unicode-chars
v1.0.1
Published
My awesome module.
Downloads
42
Maintainers
Readme
Unicode Chars
An array of all unicode characters.
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.