database-petani-mobile/node_modules/es-errors/range.d.ts
2026-02-23 16:39:35 +07:00

4 lines
71 B
TypeScript

declare const RangeError: RangeErrorConstructor;
export = RangeError;