$ cnpm install @types/is-bigint
npm install --save @types/is-bigint
This package contains type definitions for is-bigint (https://github.com/inspect-js/is-bigint).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-bigint.
// Type definitions for is-bigint 1.0
// Project: https://github.com/inspect-js/is-bigint
// Definitions by: aaronleopold <https://github.com/aaronleopold>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.8
declare function isBigInt(value: any): value is bigint;
export = isBigInt;
These definitions were written by aaronleopold.
Copyright 2013 - present © cnpmjs.org | Home |