# unique_num

> find unique number or numbers in array

Latest version **1.0.4** (published 2017-03-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install unique_num
pnpm add unique_num
yarn add unique_num
bun add unique_num
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2017-03-30 |
| First published | 2017-03-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 0 |
| Author | Dmitry Kurbatov |
| Maintainers | dmitrykurbatov |
| Keywords | addon |

## Links

- npm: https://www.npmjs.com/package/unique_num
- Repository: https://github.com/dskurbatov/unique-num
- Issues: https://github.com/dskurbatov/unique-num/issues
- npm.io page: https://npm.io/package/unique_num

## Recent versions

- 1.0.4 (latest) — 2017-03-30
- 1.0.3 — 2017-03-30
- 1.0.2 — 2017-03-30
- 1.0.1 — 2017-03-30
- 1.0.0 — 2017-03-30

## README

# Unique_num

Finding unique number from array of numbers. 
Return values: 
* if no unique values found return string;
* if one unique number found return number;
* if more then one unique value found return array.

### Install

```
npm install unique_num

```
### Use

```
var uniqueNum = require('unique_num');

const arr = [1,2,3,4,5,6];

console.log(uniqueNum(arr));

```

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