dotcypress / runes

✂️ Unicode-aware JS string splitting
MIT License
226 stars 13 forks source link

Add callback for iteration #7

Open VladimirShestakov opened 4 years ago

VladimirShestakov commented 4 years ago

Please, add callback for iteration

runes(str, (char, index) => {})