/string-chars

Get array witch detected characters for a string

Primary LanguageJavaScript

string-chars unstable Build Status

Get list of characters from a string.

Usage

npm install string-chars

import chars from 'string-chars'

chars('Hello World!') // ['H', 'e', 'l', 'o', ' ', 'W', 'r', 'd', '!']

Related

License

© 2018 Dmitry Yv. MIT License