Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardojrmcom/number-format
Format numbers
https://github.com/ricardojrmcom/number-format
numeraljs typescript
Last synced: about 1 month ago
JSON representation
Format numbers
- Host: GitHub
- URL: https://github.com/ricardojrmcom/number-format
- Owner: ricardojrmcom
- License: mit
- Created: 2021-12-05T20:53:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T22:49:30.000Z (over 2 years ago)
- Last Synced: 2024-11-10T07:09:23.211Z (about 2 months ago)
- Topics: numeraljs, typescript
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌙 `@ricardojrmcom/number-format`
Format numbers
![build](https://img.shields.io/github/workflow/status/ricardojrmcom/number-format/Continuous%20Integration?style=for-the-badge)
![license](https://img.shields.io/github/license/ricardojrmcom/number-format?style=for-the-badge)![author]()
![lang](https://img.shields.io/github/languages/top/ricardojrmcom/number-format?style=for-the-badge)
![version](https://img.shields.io/npm/v/@ricardojrmcom/number-format?style=for-the-badge)
![size](https://img.shields.io/bundlephobia/min/@ricardojrmcom/number-format?style=for-the-badge)
---
### Install
```ts
npm install @ricardojrmcom/number-formatyarn add @ricardojrmcom/number-format
```
### Usage
```ts
import { numberFormat } from '@ricardojrmcom/number-format'numberFormat(1337)
-> "1,337"```
---
### License
[MIT](https://github.com/ricardojrmcom/number-format/blob/main/LICENSE) © Ricardo Mota ([@ricardojrmcom](https://github.com/ricardojrmcom))
Bootstrapped with 🟪[@ricardojrmcom/nova](https://github.com/ricardojrmcom/nova)