tweak a bit

This commit is contained in:
Joeri Exelmans 2025-05-18 10:19:39 +02:00
parent 248d8ddef1
commit d3515d39a5
2 changed files with 13 additions and 11 deletions

2
index.d.ts vendored
View file

@ -177,7 +177,7 @@ 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 assignFnSubstitutions(funType: any, paramType: any, skip?: number): [any, any, any, any];
export function capitalizeFirstLetter(val: any): any;