cmux/node_modules/es-errors/range.d.ts
2026-01-29 17:36:26 -08:00

3 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;