string-foreach

1.0.2 • Public • Published

string-foreach

Simple but still high efficient module to iterate over string

Usage example:

require('string-foreach');
 
"abc".forEach(x => console.log(x));
//> a
//> b
//> c

Package Sidebar

Install

npm i string-foreach

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • zig-green