@iml/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).

/@iml/maybe/

    Package Sidebar

    Install

    npm i @iml/maybe

    Weekly Downloads

    3

    Version

    3.1.0

    License

    MIT

    Last publish

    Collaborators

    • iml-team
    • johnsonw
    • manager-for-lustre
    • jgrund