文件名称:fp-ts-ixjs:IxJS的fp-ts绑定
文件大小:102KB
文件格式:ZIP
更新时间:2024-03-04 09:48:33
TypeScript
绑定 已实现的实例 Monad Alternative Filterable 例 import { from } from 'ix/asynciterable' import { asyncIterable } from 'fp-ts-ixjs/lib/AsyncIterableX' const fa = from ( [ 1 , 2 , 3 ] ) const fb = asyncIterable . chain ( fa , a => from ( [ a , a + 1 ] ) ) // fb will emit 1, 2, 2, 3, 3, 4 文献资料
【文件预览】:
fp-ts-ixjs-master
----yarn.lock(224KB)
----.eslintrc.js(164B)
----src()
--------IterableX.ts(3KB)
--------index.ts(214B)
--------AsyncIterableX.ts(3KB)
----.circleci()
--------config.yml(737B)
----tsconfig.json(474B)
----LICENSE(1KB)
----test()
--------IterableX.ts(3KB)
--------.eslintrc.js(165B)
--------AsyncIterableX.ts(5KB)
--------tsconfig.json(445B)
----jest.config.js(417B)
----README.md(593B)
----docs()
--------index.md(552B)
--------modules()
--------_config.yml(223B)
----.gitignore(28B)
----.eslintignore(18B)
----package.json(1KB)