文件名称:p-reduce:使用承诺将价值清单简化为价值承诺
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-20 20:17:17
JavaScript
p减少 使用承诺将价值清单简化为价值承诺 当您需要基于异步资源计算一些累加值时很有用。 安装 $ npm install p-reduce 用法 import pReduce from 'p-reduce' ; import humanInfo from 'human-info' ; // Not a real module const names = [ getUser ( 'sindresorhus' ) . then ( info => info . name ) , 'Addy Osmani' , 'Pascal Hartig' , 'Stephen Sawchuk' ] ; const totalAge = await pReduce ( names , async ( total , name ) => { const info = await humanInfo (
【文件预览】:
p-reduce-main
----index.test-d.ts(714B)
----.gitattributes(19B)
----.github()
--------funding.yml(44B)
--------security.md(179B)
--------workflows()
----test.js(751B)
----license(1KB)
----index.d.ts(1KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(545B)
----readme.md(2KB)
----package.json(792B)