Files
turftracker/frontend/node_modules/es-errors/range.d.ts
2026-04-09 13:19:47 -05:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;