@neumatter/big-integer
v1.0.0
Published
An extendable class representing JavaScript's bigint data type.
Downloads
2
Maintainers
Readme
BigInteger
Table of Contents
Install
npm i @neumatter/big-integer
Usage
static (class) BigInteger.from
:
Args [value: Uint8Array | Buffer | ByteView | BigIntegerJSON | BigInteger | string | number | boolean
]
Returns BigInteger
import BigInteger from '@neumatter/big-integer'
const bigInteger = BigInteger.from('9249234234093460909559834421')
// use bigInteger