format-curr
v1.0.0
Published
format-currency is a JavaScript component to format numbers and strings to currency strings.
Downloads
3
Readme
format-currency
format-currency is a JavaScript component to format numbers and strings to currency strings.
Install
Run npm i format-curr
Use:
import formatCurrency from 'format-curr'
formatCurrency(1000)
Usage
The format currency accepts one parameter. You must pass argument as a number.