JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q66197F
  • License ISC

A functional programming library for typescript developers

Package Exports

  • @unnullable/unwrap/branded
  • @unnullable/unwrap/containers
  • @unnullable/unwrap/pattern-matching

Readme

Unwrap

@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