1.0.0 • Published 3 years ago

format-curr v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.

1.0.0

3 years ago