1.0.1 • Published 3 years ago

@beldex/beldex-bigint v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

:warning: This project is under heavy development. Expect bugs & breaking changes.

Installation

npm i @beldex/beldex-bigint

Usage

const JSBigInt = require('@beldex/beldex-bigint').BigInteger;
const beldex_amount_format_utils = require('@beldex/beldex-money-format');
const amount = new JSBigInt('32100000')
const amount_str = beldex_amount_format_utils.formatMoney(amount)

License

See LICENSE.txt for license.

All source code copyright © 2021 by MyMonero. All rights reserved.