isSQLLiteralValue()
isSQLLiteralValue(
v?:SQLWhereObjectAny):v is SQLLiteralValue
Defined in: packages/core/src/utils/parseSQL/utils.ts:24
Parameters
| Parameter | Type |
|---|---|
v? | SQLWhereObjectAny |
Returns
v is SQLLiteralValue
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.