lc()
lc<
T>(v:T):T
Defined in: packages/core/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
| Parameter | Type |
|---|---|
v | T |
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.