index.d.ts 56 B

1234
  1. declare const Error: ErrorConstructor;
  2. export = Error;