Function: hasClassRules()
function hasClassRules(options?): boolean;
Defined in: packages/client/src/core/sync/class-filter.ts:97
Reports whether a set of options would filter anything at all.
Parameters
| Parameter | Type | Description |
|---|---|---|
options? | ClassFilterOptions | The class filter options. |
Returns
boolean
true when at least one rule is present.