npm.io
1.0.1 • Published 6 years ago

unicode-chars

Licence
MIT
Version
1.0.1
Deps
3
Size
4 kB
Vulns
0
Weekly
0

Unicode Chars Travis CI Build Status

An array of all unicode characters.

NPM Badge

Install

npm install unicode-chars

Usage

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.

, '%', '&', "'", '(', ... ]

API

unicodeChars(options?)
options

Type: __INLINE_CODE_0__

categories or omitCategories

Type: __INLINE_CODE_1__

Include or omit specific categories.

pickedProperty

Type: __INLINE_CODE_2__
Default: __INLINE_CODE_3__

The property to extract for each character.

Keywords