0.0.109 • Published 5 years ago

@airb/utils v0.0.109

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 years ago

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