format-reais-currency

1.0.1 • Public • Published

format-reais-currency

A small Javascript utility to format US dollar currency into Brazilian currency format (Reais).

Example:

import { formatReaisCurrency } from 'format-reais-currency';

formatReaisCurrency(10);

Output - R$ 10,00

Package Sidebar

Install

npm i format-reais-currency

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.39 kB

Total Files

3

Last publish

Collaborators

  • shashwat-goyal