Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

all-chars

Richienb24MIT1.0.0TypeScript support: included

All unicode characters, including emoji and distinct whitespace.

all, chars, characters, text, string, unicode, emoji, ascii, symbol, symbols, script, scripts

readme

All Chars Travis CI Build Status

All unicode characters, including emoji and distinct whitespace.

NPM Badge

Install

npm install all-chars

Usage

const allChars = require("all-chars");

allChars();
//=> [ ' ', '!', '"', '#', '$', '%', '&',  "'", '(', ... ]

API

allChars()