display-cents
v1.0.0
Published
Display cents as a two-digit number for currency
Downloads
6
Readme
display-cents 
Display cents as a two-digit number for currency. Stupid small.
Install
$ npm install --save display-centsUsage
var displayCents = require('display-cents')
displayCents(100) // => '1.00'API
displayCents(cents) -> formattedCents
License
MIT © Andrew Joslin
