Skip to content
Subhajit Sahu edited this page May 5, 2020 · 1 revision

Get characters of string, like Object.values().

const values = require('@extra-string/values');
// values(<string>)

values('ash');
// ['a', 's', 'h']
values('');
// []

extra-string

Clone this wiki locally