@nzz/et-utils-number
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@nzz/et-utils-number

Content

formatNumber(number, forceThousandSeparator?, locale?)

Formats input number to NZZ Standardized Number Format. By default numbers with only 4 digits before decimals won't be formatted with a thousand separator

import { formatNumber } from "@nzz/et-utils-number";

formatNumber(1000.99); // result: 1000.99

formatNumber(1000.99, true); // result: 1 000.99

formatNumber(99888.77); // result: 99 888.77

formatNumber(1000.99, true, "de-DE"); // result: 1 000,99

Readme

Keywords

none

Package Sidebar

Install

npm i @nzz/et-utils-number

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

2.85 kB

Total Files

4

Last publish

Collaborators

  • nzzeditorialtech
  • nzzitonline