Function/node_modules/es-errors/range.d.ts
Unknown 46deb1c0ef a
2024-06-04 17:46:01 -07:00

3 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;