range.d.ts 71 B

123
  1. declare const RangeError: RangeErrorConstructor;
  2. export = RangeError;