unicode-chars
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

/unicode-chars/

    Package Sidebar

    Install

    npm i unicode-chars

    Weekly Downloads

    15

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.73 kB

    Total Files

    6

    Last publish

    Collaborators

    • richienb