文件名称:step.js:我的那种步骤库。 没有依赖性。 120 行代码。 383 行测试
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-08 07:36:31
JavaScript
步骤.js 我的那种步骤库。 100 行代码。 384 行测试。 安装 在浏览器(组件)中: $ component install matthewmueller/step.js 在节点: $ npm install step.js 特征 与类似,但有几个主要区别: 转换支持,返回值更新传递的参数,而undefined将传递前一个值 同步、异步、生成器和承诺支持 错误立即跳到结束(中间件无法捕获错误) 例子 function fetch ( notes , posts , next ) { // fetch notes and posts next ( null , notes , posts ) } function * compare ( notes , posts ) { // compare, update posts if necessary r
【文件预览】:
step.js-master
----Readme.md(2KB)
----.npmignore(29B)
----test()
--------step.js(8KB)
--------mocha.opts(16B)
----History.md(1016B)
----Makefile(94B)
----component.json(290B)
----.gitignore(30B)
----index.js(2KB)
----package.json(369B)