Function isNull

  • Checks whether the given value is null.

    This is a direct opposite to isNotNull`.

    @typeParam T - Type of the defined value. @param value - A value to check.

    @returns true when value === null, or false otherwise.

    Type Parameters

    • T

    Parameters

    • value: undefined | T

    Returns value is undefined

Generated using TypeDoc