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