p-waterfall:串联运行promise-returning和异步函数,每个函数将其结果传递给下一个

时间:2024-06-04 19:15:30
【文件属性】:

文件名称:p-waterfall:串联运行promise-returning和异步函数,每个函数将其结果传递给下一个

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-04 19:15:30

TypeScript

P瀑布 串联运行promise-returning和异步函数,每个函数将其结果传递给下一个 安装 $ npm install p-waterfall 用法 import pWaterfall from 'p-waterfall' ; const tasks = [ initialValue => getEmoji ( initialValue ) , previousValue => `I :red_heart: ${ previousValue } ` ] ; console . log ( await pWaterfall ( tasks , 'unicorn' ) ) ; //=> 'I :red_heart: :unicorn:' 原料药 pWaterfall(任务,initialValue?) 返回一个Promise ,当通过调用tasks中的函数返回的所有诺言都兑现时,诺言即被兑现;如果任何诺言被拒绝,则返回一个Pro


【文件预览】:
p-waterfall-main
----.gitignore(23B)
----package.json(930B)
----.npmrc(19B)
----index.js(199B)
----test.js(507B)
----.github()
--------security.md(179B)
--------workflows()
--------funding.yml(47B)
----license(1KB)
----readme.md(2KB)
----index.test-d.ts(4KB)
----.gitattributes(19B)
----.editorconfig(175B)
----index.d.ts(6KB)

网友评论