Package Exports
- @unnullable/unwrap/branded
- @unnullable/unwrap/containers
- @unnullable/unwrap/pattern-matching
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