@bdxi/beldex-money-format

1.2.0 • Public • Published

Info

Installing

Using npm:

$ npm install @bdxi/beldex-money-format

Usage

const beldex_amount_format_utils = require("@bdxi/beldex-money-format");
const JSBigInt = require("@bdxi/beldex-bigint").BigInteger;
const amount = new JSBigInt("1000000000");

const amount_str = beldex_amount_format_utils.formatMoney(amount);
-----

## License

See `LICENSE.txt` for license.

All source code copyright © 2023 by Beldex. All rights reserved.

Package Sidebar

Install

npm i @bdxi/beldex-money-format

Weekly Downloads

2

Version

1.2.0

License

BSD-3-Clause

Unpacked Size

8.06 kB

Total Files

5

Last publish

Collaborators

  • alexsanchez
  • codeman-crypto
  • lifwon