isRulesEngine()
isRulesEngine(
re:unknown):re is RulesEngine<RuleType<string, string, any, string>, string>
Defined in: packages/rules-engine/src/utils/isRulesEngine.ts:21
Determines if an object is a RulesEngine.
Parameters
| Parameter | Type |
|---|---|
re | unknown |
Returns
re is RulesEngine<RuleType<string, string, any, string>, string>
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.