1.0.0 • Published 6 months ago

@neumatter/big-integer v1.0.0

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

BigInteger

plot plot JavaScript Style Guide

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