fn_b/node_modules/es-errors/range.d.ts
2026-02-12 13:55:43 +08:00

4 lines
71 B
TypeScript
Executable File

declare const RangeError: RangeErrorConstructor;
export = RangeError;