ADTz
Library that provides Algebraic Data Types (ADTs) and pattern matching.
Inspired by such features from Scala and Rust.
Primary focus on type safety and expression for TypeScript.
Build & debug
To install and build library run:
``
bash
yarn install
yarn build
``