文件名称:array-generators:通用数组函数,支持生成器(forEach,filter,map)
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-31 02:32:25
JavaScript
数组生成器 支持生成器功能的数组方法(forEach,forEachSeries,映射,过滤器)。 安装 $ npm install array-generators --save 用法 let array = require ( 'array-generators' ) ; let forEach = array . forEach ; let filter = array . filter ; let map = array . map ; let arr = [ 'first' , 'second' , 'third' ] ; /* forEach (async) */ yield forEach ( arr , function * ( item , index ) { // item is value, e.g. 'first' // index is, well, ind
【文件预览】:
array-generators-master
----circle.yml(35B)
----Readme.md(1KB)
----test.js(2KB)
----Makefile(110B)
----License.md(1KB)
----.editorconfig(235B)
----.gitignore(13B)
----index.js(2KB)
----package.json(812B)