#bigint-typescript-definitions
Typescript definitions files for Big Integer library by Leemon
This code was detached from DefinitelyTyped to have repository unrestricted with community rules.
Install with NPM:
npm install bigint-typescript-definitions
Install with NuGet:
PM> Install-Package BigInt.TypeScript.DefinitelyTyped
Testing:
npm test
Use:
/// <reference path="../node_modules/bigint-typescript-definitions/bigint/bigint.d.ts" />