add export
This commit is contained in:
parent
4fcfea409a
commit
8cfbd6116f
2 changed files with 11 additions and 3 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -342,6 +342,8 @@ export function prodType(typeParam: any): any;
|
|||
|
||||
export function recomputeTypeVars(types: any, skip: number): any;
|
||||
|
||||
export function recomputeTypeVarsWithInverse(types: any, skip: number): [any, Map<string, string>];
|
||||
|
||||
export function setType(typeParam: any): any;
|
||||
|
||||
export function structType(fields: any, rootSelf: any): any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue