forgot to add new function to index.d.ts

This commit is contained in:
Joeri Exelmans 2025-05-16 13:04:06 +02:00
parent 106bd0bfdb
commit 8446f9ba9e
2 changed files with 6 additions and 3 deletions

2
index.d.ts vendored
View file

@ -177,6 +177,8 @@ export function apply(input: any): any;
export function assignFn(funType: any, paramType: any): any;
export function assignFnSubstitutions(funType: any, paramType: any): [any, any];
export function capitalizeFirstLetter(val: any): any;
export function compareBools(x: any): any;