JSPM

parsify-thousand-separator

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q11071F
  • License MIT

Parsify plugin for showing some text

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

Build Status Coverage Status XO code style

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