文件名称:svelte-pipeable-store:Svelte Store with pipe 方法
文件大小:29KB
文件格式:ZIP
更新时间:2024-08-24 18:18:45
JavaScript
Svelte Pipeable Store 这是商店的 fork,添加了pipe方法。 商店可以通过许多运营商进行管道传输。 同步操作符包括: map , filter , scan , pluck , concat , tap , take , skip , startWith , withLatestFrom , bufferCount ,和readonly 。 异步操作符包括debounce 、 throttle 、 bufferTime和wait 。 安装 使用 npm 安装: npm install ' svelte-pipeable-store ' ; 用法 import { writable , map , filter , scan , pluck , concat , tap , take , skip , debounce ,
【文件预览】:
svelte-pipeable-store-master
----operators()
--------tap.js(512B)
--------readonly.js(144B)
--------buffer.js(1KB)
--------delay.js(221B)
--------map.js(380B)
--------operator.js(619B)
--------distinct.js(646B)
--------wait.js(4KB)
--------pluck.js(271B)
--------take.js(551B)
--------skip.js(1KB)
--------merge.js(424B)
--------startWith.js(532B)
--------ajax.js(955B)
--------zip.js(565B)
--------filter.js(547B)
--------withLatestFrom.js(771B)
--------debounce.js(2KB)
--------scan.js(758B)
--------index.js(735B)
--------concat.js(745B)
----store.js(4KB)
----.npmignore(11B)
----internal.js(584B)
----test()
--------unit.js(5KB)
----README.md(2KB)
----API.md(4KB)
----.gitignore(20B)
----index.js(951B)
----package-lock.json(37KB)
----package.json(407B)