UNPKG

format-money-js

Version:

Zero dependency tiny JavaScript library (1kB bytes) by CurrencyRate.today, providing simple way and advanced number, money and currency formatting and removes all formatting/cruft and returns the raw float value.

19 lines 352 B
{ "compilerOptions": { "lib": ["es2015"], "module": "commonJS", "declaration": true, "outDir": "dist", "target": "es2015", "pretty": true, "allowJs": true, "sourceMap": true, "moduleResolution": "node", }, "compileOnSave": true, "include": ["src"], "exclude": [ "node_modules", "**/*.spec.ts" ] }