string-chars

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i string-chars

      Weekly Downloads

      3

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      3.18 kB

      Total Files

      6

      Last publish

      Collaborators

      • dy