1.0.2 • Published 6 months ago

@types/is-bigint v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-bigint

Summary

This package contains type definitions for is-bigint (https://github.com/inspect-js/is-bigint).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-bigint.

index.d.ts

// 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;

Additional Details

  • Last updated: Sun, 03 Oct 2021 07:01:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by aaronleopold.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

3 years ago