is-ignored.d.ts 161 Bytes Raw Blame History Permalink 1 2 3 declare function isBlockIgnored(ruleOrDeclaration: any): boolean; declare function isRuleIgnored(rule: any): boolean; export { isBlockIgnored, isRuleIgnored, };