@unnullable/unwrap
v2.3.2
Published
A functional programming library for typescript developers
Maintainers
Readme

@unnullable/unwrap
Unwrap exposes functional programming concepts with syntactic sugar to help create more expressive and declarative web applications.
What's to unwrap?
Maybe<Value>Either<Ok, Error>IO<Operation>
Installation
npm install @unnullable/unwrap
# ------ or ------------------
yarn add @unnullable/unwrap