3 lines
56 B
TypeScript
Executable file
3 lines
56 B
TypeScript
Executable file
declare const Error: ErrorConstructor;
|
|
|
|
export = Error;
|