Skip to content

xdash API Reference v0.5.14


xdash API Reference / isNullish

Function: isNullish()

isNullish(value): value is undefined | null

Defined in: src/typed.ts:152

Determines if a value is null or undefined.

Parameters

value

unknown

value to check

Returns

value is undefined | null

true if the value is a number, false otherwise

Released under the MIT License.