tweak a bit
This commit is contained in:
parent
248d8ddef1
commit
d3515d39a5
2 changed files with 13 additions and 11 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue