forgot to add new function to index.d.ts
This commit is contained in:
parent
106bd0bfdb
commit
8446f9ba9e
2 changed files with 6 additions and 3 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue