unicode-chars
v1.0.1
Published
My awesome module.
Downloads
1,447
Maintainers
Readme
Unicode Chars 
An array of all unicode characters.
Install
npm install unicode-charsUsage
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.

