/ node_modules / es-errors / range.d.ts
range.d.ts
1  declare const RangeError: RangeErrorConstructor;
2  
3  export = RangeError;