Package Exports
- parsify-thousand-separator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (parsify-thousand-separator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Parsify Thousand Separator Plugin
About
This plugin supports having a thousand separator on the numbers, e.g: 1_000_000, 123,456,789.52
Install
$ npm install @parsify/core parsify-thousand-separatorUsage
import Parsify from '@parsify/core';
import parsifyThousandSeparator from 'parsify-thousand-separator';
const parsify = new Parsify([
parsifyThousandSeparator();
]);License
MIT