Skip to main content

lc()

lc<T>(v: T): T

Defined in: packages/react-querybuilder/src/utils/misc.ts:7

Converts a value to lowercase if it's a string, otherwise returns the value as is.

Type Parameters

Type Parameter
T

Parameters

ParameterType
vT

Returns

T


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.