4 lines
71 B
TypeScript
Raw Permalink Normal View History

declare const RangeError: RangeErrorConstructor;
export = RangeError;