JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q80414F
  • License ISC

A functional programming library for typescript developers

Package Exports

    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