@unnullable/unwrap
v2.2.1
Published
A functional programming library for typescript developers
Downloads
1,738
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