/typed-fx

Push-based streams for Effect-ts

Primary LanguageTypeScriptMIT LicenseMIT

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

  • TypeScript 4.8 or newer
  • The strict flag enabled in your tsconfig.json file
{
  // ...
  "compilerOptions": {
    // ...
    "strict": true,
  }
}

Documentation (WIP)

License

The MIT License (MIT)