ts-define-constant

Type safe utility for defining static constants with automatic type narrowing and additional helper functions

ts-tagged-union

A modern TypeScript library designed to reduce boilerplate for tagged unions, also known as discriminated unions. This library is also an implementation of algebraic data types