New
🏠 Home
›
projects
›
command-sovereignty
›
frontend
›
node_modules
›
is-bigint
›
index.d.ts
TYPESCRIPT
index.d.ts
90.0 B
2026-07-02 15:44
⬇️ Download
← Back
declare function isBigInt(value: unknown): value is (bigint | BigInt); export = isBigInt;