Function isNothing

  • Is the Maybe a Nothing?

    Type Parameters

    • T

    Parameters

    • maybe: Maybe<T>

      The Maybe to check.

    Returns maybe is Nothing<T>

    A type guarded Nothing.

    Typeparam

    T The type of the item contained in the Maybe.

Generated using TypeDoc