fp-ts-ixjs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

CircleCI

fp-ts bindings for IxJS

Implemented instances

  • Monad
  • Alternative
  • Filterable

Example

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

Documentation

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i fp-ts-ixjs

    Weekly Downloads

    5

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    21.6 kB

    Total Files

    14

    Last publish

    Collaborators

    • mlegenhausen