method RuleUtils.isAllowRule
RuleUtils.isAllowRule(ruleText: string): boolean

Checks if the rule is an allowing/exception rule using AGTree.

Parameters

ruleText: string

Return Type

boolean

Usage

import { RuleUtils } from ".";