0.0.11 • Published 7 years ago

currency-kometia v0.0.11

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

currency-kometia

Coverage Status

Build Status

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

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago