4 lines
71 B
TypeScript
Raw Normal View History

declare const RangeError: RangeErrorConstructor;
export = RangeError;