Function propNotNull

  • Whether the given properties on the given value are defined

    Type Parameters

    • TValue

    • K extends string | number | symbol

    Parameters

    • value: undefined | null | TValue
    • Rest ...props: K[]

    Returns value is RequireProps<NonNullable<TValue>, K>

Generated using TypeDoc