1.0.1 • Published 4 years ago

unicode-chars v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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.