# unicode-chars

> My awesome module.

Latest version **1.0.1** (published 2020-02-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install unicode-chars
pnpm add unicode-chars
yarn add unicode-chars
bun add unicode-chars
```

## 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.1 |
| Published | 2020-02-18 |
| First published | 2020-02-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 3 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Richie Bendall |
| Maintainers | richienb |
| Keywords | unicode, characters, chars, ascii, index, symbol, emoji |

## Links

- npm: https://www.npmjs.com/package/unicode-chars
- Repository: https://github.com/Richienb/unicode-chars
- npm.io page: https://npm.io/package/unicode-chars

## Dependencies (3)

- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [unicode](https://npm.io/package/unicode.md) ^12.1.0
- [type-fest](https://npm.io/package/type-fest.md) ^0.10.0

## Recent versions

- 1.0.1 (latest) — 2020-02-18

## README

# Unicode Chars [![Travis CI Build Status](https://img.shields.io/travis/com/Richienb/unicode-chars/master.svg?style=for-the-badge)](https://travis-ci.com/Richienb/unicode-chars)

An array of all unicode characters.

[![NPM Badge](https://nodei.co/npm/unicode-chars.png)](https://npmjs.com/package/unicode-chars)

## Install

```sh
npm install unicode-chars
```

## Usage

```js
const unicodeChars = require("unicode-chars");

unicodeChars();
//=> [ ' ', '!', '"', '#', '$', '%', '&',  "'", '(', ... ]
```

## API

### unicodeChars(options?)

#### options

Type: `object`

##### categories or omitCategories

Type: `string[]`

Include or omit specific categories.

##### pickedProperty

Type: `string`\
Default: `symbol`

The property to extract for each character.

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