1.0.0 • Published 3 years ago

format-currency-test v1.0.0

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

format-currency

format-currency is a JavaScript component to format numbers and strings to currency strings.

Install

npm i format-currency-test

Use:

import formatCurrency from 'format-currency-test'

formatCurrency(1000)

Usage

The format currency accepts one parameter. You must pass argument as a number.

1.0.0

3 years ago