Files
4382_Final/backend/node_modules/es-errors/range.d.ts
2026-05-05 16:07:48 -05:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;