Closed obliviga closed 6 years ago
Yes, you can.
import CurrencyFormatter from 'currencyFormatter.js';
CurrencyFormatter.format(volume, { currency: ..., locale: ... });
Thanks @Zaifor :)
Marking this as closed @obliviga, please re-open if you still have issues.
Is there anyway to import this utlity in React? Like so:
import OSREC from 'currencyformatter.js';