add extra check and error type

This commit is contained in:
Joeri Exelmans 2025-05-13 17:04:19 +02:00
parent e631f11aa5
commit 1e10393e76
2 changed files with 7 additions and 1 deletions

2
index.d.ts vendored
View file

@ -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;