blob: a2fd1df81182fc31bd659b9bb55bd31e49fe9651 [file] [log] [blame] [edit]
declare function isBigInt(value: unknown): value is (bigint | BigInt);
export = isBigInt;