Function isNotNullish

  • Checks if a value is not null or undefined. This is the inverse of isNullish.

    Type Parameters

    • T

    Parameters

    • value: undefined | null | T

    Returns value is T

Generated using TypeDoc