cents-to-currency

1.0.0 • Public • Published

cents-to-currency

Helpful for Stripe and such.

Install

npm i cents-to-currency

Usage

const centsToCurrency = require('cents-to-currency')
 
centsToCurrency(2) // '$0.02'
centsToCurrency(2000) // '$20.00'
centsToCurrency(200000) // '$2,000.00'

/cents-to-currency/

    Package Sidebar

    Install

    npm i cents-to-currency

    Weekly Downloads

    96

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • corysimmons