fix type of exported errors

This commit is contained in:
Joeri Exelmans 2025-05-15 17:19:25 +02:00
parent 443a13998d
commit d75bf9f0f2

4
index.d.ts vendored
View file

@ -165,9 +165,9 @@ export const unit: {
export function RBTreeWrapper(...args: any[]): any;
export function UnifyError(...args: any[]): any;
export class UnifyError extends Error {};
export function NotAFunctionError(...args: any[]): any;
export class NotAFunctionError extends Error {};
export function addDouble(x: any): any;