Files
opencrm/backend/node_modules/es-errors/range.d.ts
T
Stefan Hacker 32a7dc74e1 first commit
2026-01-29 01:16:54 +01:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;