Files
wdi-dashboard/node_modules/es-errors/range.d.ts
2024-08-16 15:06:52 +05:30

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;