https://github.com/ricardojrmcom/number-format
Format numbers
https://github.com/ricardojrmcom/number-format
numeraljs typescript
Last synced: 4 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T22:49:30.000Z (about 3 years ago)
- Last Synced: 2025-02-23T04:31:52.518Z (5 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

![author]()



---
### 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)