TylorS / typed-fx

Push-based streams for Effect-ts

Home Page:https://tylors.github.io/typed-fx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Push-based streams for Effect-ts

https://tylors.github.io/typed-fx/

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 0.9%Language:Nix 0.3%