Files
AI-Testing/frontend/node_modules/es-errors/range.d 2.ts
2026-04-18 20:20:38 +08:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;