TylorS / typed-fx

Push-based streams for Effect-ts
https://tylors.github.io/typed-fx/
MIT License
11 stars 1 forks source link
effect-ts reactive-programming

Installation

To install the alpha version:

npm install @typed/fx

Warning. This package is primarily published to receive early feedback and for contributors, during this development phase we cannot guarantee the stability of the APIs, consider each release to contain breaking changes.

Requirements

{
  // ...
  "compilerOptions": {
    // ...
    "strict": true,
  }
}

Documentation (WIP)

License

The MIT License (MIT)