add extra check and error type
This commit is contained in:
parent
e631f11aa5
commit
1e10393e76
2 changed files with 7 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -167,6 +167,8 @@ export function RBTreeWrapper(...args: any[]): any;
|
|||
|
||||
export function UnifyError(...args: any[]): any;
|
||||
|
||||
export function NotAFunctionError(...args: any[]): any;
|
||||
|
||||
export function addDouble(x: any): any;
|
||||
|
||||
export function addInt(x: any): any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue