parsify-thousand-separator
v0.0.1
Published
Parsify plugin for showing some text
Downloads
6
Maintainers
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-separator
Usage
import Parsify from '@parsify/core';
import parsifyThousandSeparator from 'parsify-thousand-separator';
const parsify = new Parsify([
parsifyThousandSeparator();
]);
License
MIT