UNPKG

volva

Version:

Easier type checks for JS/TS variables.

3 lines (2 loc) 93 B
export declare const isBigInt: (input: unknown) => input is bigint; export default isBigInt;