Function isNullable

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

    Parameters

    • value: unknown

    Returns value is undefined | null

Generated using TypeDoc