0.0.8 • Published 6 years ago

@xmr-core/xmr-money v0.0.8

Weekly downloads
-
License
See LICENSE.TXT. ...
Repository
github
Last release
6 years ago

@xmr-core/xmr-money

Helpers for formatting and parsing Moneroj.

Features


  • Format a Moneroj BigNumber into string
  • Format with the XMR coin symnol
  • Convert units into base units

Usage


import { formatMoneyFullSymbol } from "@xmr-core/xmr-money";
const amt = "30000";
const parsedAmtWithSym = formatMoneyFullSymbol(amt);

Installation


yarn add @xmr-core/xmr-money

License


The project is licensed under the MIT license.