UNPKG

cashify

Version:

Lightweight currency conversion library, successor of money.js

5 lines (4 loc) 147 B
import Cashify from './cashify.js'; import convert from './convert.js'; import parse from './utils/parser.js'; export { Cashify, convert, parse };