ship-gis/node_modules/is-bigint/index.d.ts

3 lines
90 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
declare function isBigInt(value: unknown): value is (bigint | BigInt);
export = isBigInt;