@std-types/is-bigint
v1.0.0
Published
Type-checking library for BigInt type.
Downloads
10
Readme
@std-types/is-bigint
Type-checking library for BigInt type.
Installation
npm install @std-types/is-bigint
Usage
import isBigInt from "@std-types/is-bigint";
isBigInt(0n); // true
isBigInt(0); // false