is-ignored.d.ts 161 Bytes
declare function isBlockIgnored(ruleOrDeclaration: any): boolean;
declare function isRuleIgnored(rule: any): boolean;
export { isBlockIgnored, isRuleIgnored, };