@mfl/maybe

3.1.0 • Public • Published

Maybe

Build Status

Maybe is a datatype that represents a value that may or may not be there. It is useful to explicitly model where a possible null type may occur. Once we wrap a value in Maybe, all future computations will be skipped if they are null (or undefined).

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i @mfl/maybe

    Weekly Downloads

    1

    Version

    3.1.0

    License

    MIT

    Last publish

    Collaborators

    • manager-for-lustre
    • johnsonw
    • jgrund