Files
taimed/node_modules/es-errors/range.d.ts
liuyuan 3b86ad9ed8 提交
2025-05-23 17:24:54 +08:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;