# jest-number-formatter

> first module

Latest version **0.1.0** (published 2020-01-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install jest-number-formatter
pnpm add jest-number-formatter
yarn add jest-number-formatter
bun add jest-number-formatter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2020-01-14 |
| First published | 2020-01-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.2.4 |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jerico Estanislao |
| Maintainers | jestanislao |
| Keywords | number-formatter |

## Links

- npm: https://www.npmjs.com/package/jest-number-formatter
- Repository: https://github.com/jecestanislao10/number-formatter
- Homepage: https://github.com/jecestanislao10/number-formatter#readme
- Issues: https://github.com/jecestanislao10/number-formatter/issues
- npm.io page: https://npm.io/package/jest-number-formatter

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2020-01-14

## README

Number Formatter
=========

A small library that adds commas to numbers

## Installation

  `npm install @jestanislao/number-formatter`

## Usage

    var numFormatter = require('@jestanislao/number-formatter');

    var formattedNum = numFormatter(35666);
  
  
  Output should be `35,666`


## Tests

  `npm test`

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

---
_Source: https://npm.io/package/jest-number-formatter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
