4 lines
56 B
TypeScript
Raw Permalink Normal View History

2024-08-24 20:48:14 +02:00
declare const Error: ErrorConstructor;
export = Error;