文件名称:p-tap:进入承诺链而不影响其价值或状态
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-20 20:14:04
JavaScript
点按 进入承诺链而不影响其价值或状态 安装 $ npm install p-tap 用法 import pTap from 'p-tap' ; Promise . resolve ( 'unicorn' ) . then ( pTap ( console . log ) ) // Logs `unicorn` . then ( value => { // `value` is still `unicorn` } ) ; import pTap from 'p-tap' ; getUser ( ) . then ( pTap ( user => recordStatsAsync ( user ) ) ) // Stats are saved about `user` async before the chain continues . then ( user => { /
【文件预览】:
p-tap-main
----index.test-d.ts(505B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(2KB)
----license(1KB)
----index.d.ts(2KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(198B)
----readme.md(2KB)
----package.json(846B)