Search
result-type-ts
A TypeScript library for the Result type
v2.2.0 URL:
https://unpkg.com/result-type-ts@2.2.0/dist/index.mjs
Open
Browse Files
Result
Monad
functional
error-handling
Either
Algebraic-Data-Types
Coproduct
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
v1.2.1 URL:
https://unpkg.com/ts-tagged-union@1.2.1/dist/index.js
Open
Browse Files
discriminated-union
tagged-union
Algebraic-Data-Types
coproduct
pattern-matching
exhaustive
type-predicate
narrowing
type-guard
functional-programming
functional