Skip to main content

nullOrUndefinedOrEmpty()

nullOrUndefinedOrEmpty(value): value is undefined | null | ""

Simple helper to determine whether a value is null, undefined, or an empty string.

Parameters

ParameterType
valueany

Returns

value is undefined | null | ""

Defined in

packages/react-querybuilder/src/utils/formatQuery/utils.ts:189


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.