没有合适的资源?快使用搜索试试~ 我知道了~
magic-iterable:通过在Iterable本身上调用对Iterable中的所有项目调用方法
共10个文件
js:2个
yml:1个
license:1个
需积分: 5 0 下载量 192 浏览量
2021-05-26
07:49:48
上传
评论
收藏 5KB ZIP 举报
温馨提示
魔术可迭代的 通过在Iterable本身上调用对Iterable中的所有项目调用方法 使用 。 安装 $ npm install magic-iterable 用法 const magicIterable = require ( 'magic-iterable' ) ; const x = { i : 0 , increment ( value ) { this . i += value ; return this . i ; } } ; const array = [ x , x , x , x ] ; const magicArray = magicIterable ( array ) ; Array . isArray ( magicArray ) ; //=> true magicArray . increment ( 2 ) ; //=> [2, 4, 6, 8
资源推荐
资源详情
资源评论
收起资源包目录
magic-iterable-main.zip (10个子文件)
magic-iterable-main
.gitattributes 29B
.github
workflows
main.yml 464B
test.js 1KB
license 1KB
.npmrc 19B
.editorconfig 175B
.gitignore 23B
index.js 462B
readme.md 2KB
package.json 629B
共 10 条
- 1
资源评论
参丸
- 粉丝: 16
- 资源: 4658
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功