rename function + update index
This commit is contained in:
parent
c1da60b71c
commit
28909d88b9
3 changed files with 10 additions and 4 deletions
6
index.d.ts
vendored
6
index.d.ts
vendored
|
|
@ -348,6 +348,12 @@ export function sumType(typeParam: any): any;
|
|||
|
||||
export function unify(fType: any, aType: any): any;
|
||||
|
||||
export function unifyLL(typeA: any, typeB: any): any;
|
||||
|
||||
export function mergeUnifications(uniA: any, uniB: any): any;
|
||||
|
||||
export function reduceUnification(uni: any): any;
|
||||
|
||||
export function zip(a: any, b: any): any;
|
||||
|
||||
export namespace dict {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue