1.0.3 • Published 4 years ago

@wiseidea/util-format v1.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

@wiseidea/util-format

Format Utility

Features

  • Convert number format

Installing

Using npm:

$ npm install @wiseidea/util-format

Using yarn:

$ yarn add @wiseidea/util-format

Example

// Import numberFormat
import { numberFormat } from '@wiseidea/util-format';

// Using
const strNumber: string = numberFormat(123456.789);

Output 123,456.789

License

MIT