ref.d.ts 83 B

1234
  1. declare const ReferenceError: ReferenceErrorConstructor;
  2. export = ReferenceError;