@airb/utils
v0.0.109
Published
Utils for JavaScript
Downloads
41
Readme
utils
Utils for JavaScript
API
- step( list: array, handler: (item, next) => any ) => any
- deepEach( list: array, handler: (item, index) => array ) => void
- replace( str: string, match: string|regexp, handler: aysnc (find, $1, ..., index, str) => replacement ) => string