diasbruno / format-currency

Format currency to string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

format-currency

a basic currency formatter.

api

  • value : the value to format.
  • decimalChar : punctuation for decimal.
  • fractionChar : punctuation for fration places.
  • decimalPlaces : number of decimal places.
formatCurrency(
  value : String | Number,
  decimalChar : Char,
  fractionChar : Char,
  decimalPlaces : Number
) : String

license

MIT (see license.md)

About

Format currency to string.

License:MIT License


Languages

Language:JavaScript 95.2%Language:Makefile 4.8%