Files
screenshot-tools/node_modules/es-errors/range.d.ts
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;