Function isNonNullable

  • Given a parameter and a predicate, return a new generic Type Guard that implements those

    Type Parameters

    • Value

    Parameters

    • value: Value

    Returns value is Exclude<Value, undefined | null>

Generated using TypeDoc