strict-callbag-basics
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

strict-callbag-basics

Operators for the callbag streaming standard, on top of the strict-callbag types.

API docs

https://tim-smart.github.io/strict-callbag-basics/

Push based streams

Most stream and operators in this library are pull-based.

If a stream creates / produces a push based stream, it will have the P suffix.

To convert a push based stream into a pull-based one, you can use the buffer operator.

/strict-callbag-basics/

    Package Sidebar

    Install

    npm i strict-callbag-basics

    Weekly Downloads

    4

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    137 kB

    Total Files

    211

    Last publish

    Collaborators

    • tim-smart