currency-kometia
v0.0.11
Published
> parse an integer to currency format
Downloads
1
Readme
currency-kometia
parse an integer to currency format
Install
This project uses node and npm. Go check them out if you don't have them locally installed.
npm install --save currency-kometia
yarn add --save currency-kometia
Import
Using ES6 modules
import currency from 'currency-kometia'
Using CommonJS modules
var currency = require('currency-kometia')
var CURRENCY = 'MX'
currency(100000, CURRENCY);
currency(100000);
License
MIT