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'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    152
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    152

Package Sidebar

Install

npm i cents-to-currency

Weekly Downloads

95

Version

1.0.0

License

none

Last publish

Collaborators

  • corysimmons