callbag-map-promise:Callbag地图承诺

时间:2024-05-29 14:01:27
【文件属性】:

文件名称:callbag-map-promise:Callbag地图承诺

文件大小:41KB

文件格式:ZIP

更新时间:2024-05-29 14:01:27

map promise operator callbag JavaScript

通话袋地图承诺 地图+ fromPromise +展平 安装 npm install --save callbag-map-promise 用法 import {fromPromise,pipe,forEach} from 'callbag-basics' import mapPromise from 'callbag-map-promise' import fetch from 'mfetch' //no pipeline pipe( fromPromise( fetch('/user',...).then(res=>res.json()) ), mapPromise(user=>fetch('/products',{ data:user }).then(res=>res.json()) ), for


【文件预览】:
callbag-map-promise-master
----index.js(355B)
----test.js(1KB)
----package.json(1KB)
----package-lock.json(165KB)
----.gitignore(111B)
----lib()
--------index.js(813B)
----README.md(2KB)

网友评论