# @brazilian-utils/helper-only-numbers

> > Strips all non numeric characters.

Latest version **1.0.0-alpha.1** (published 2019-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @brazilian-utils/helper-only-numbers
pnpm add @brazilian-utils/helper-only-numbers
yarn add @brazilian-utils/helper-only-numbers
bun add @brazilian-utils/helper-only-numbers
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.0-alpha.1 |
| Published | 2019-07-23 |
| First published | 2018-06-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1667 |
| Author | Hyan Mandian |
| Maintainers | andreoav, hyanmandian, lucassveloso |

## Links

- npm: https://www.npmjs.com/package/@brazilian-utils/helper-only-numbers
- Repository: https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers
- Issues: https://github.com/brazilian-utils/brazilian-utils/issues
- npm.io page: https://npm.io/package/@brazilian-utils/helper-only-numbers

## Recent versions

- 1.0.0-alpha.1 (latest) — 2019-07-23
- 1.0.0-alpha.0 — 2019-07-23
- 0.1.5 — 2018-08-24
- 0.1.3 — 2018-07-05
- 0.1.1 — 2018-06-18

## README

# @brazilian-utils/helper-only-numbers

> Strips all non numeric characters.

See our website [http://brazilian-utils.github.io](http://brazilian-utils.github.io) for more information or the [issues](https://github.com/brazilian-utils/brazilian-utils/issues?q=is%3Aissue+helper-only-numbers) associated with this package.

## Install

Using NPM:

```sh
npm install @brazilian-utils/helper-only-numbers --save
```

using Yarn

```sh
yarn add @brazilian-utils/helper-only-numbers
```

or using <script> tag

```html
<script
  type="text/javascript"
  src="https://unpkg.com/@brazilian-utils/helper-only-numbers/dist/helper-only-numbers.umd.production.js"
></script>
```

## Usage

```js
onlyNumbers('527.328.336-12'); // 52732833612
onlyNumbers('123abc456?.#789xyz 0'); // 1234567890
```

---
_Source: https://npm.io/package/@brazilian-utils/helper-only-numbers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
