interface IAdblockRuleTokens

Token representation of a parsed adblock rule

Properties

pattern: string | null

The pattern part of the rule

options: string | null

The options/modifiers part of the rule

whitelist: boolean

Whether this is a whitelist/exception rule

Usage

import { type IAdblockRuleTokens } from ".";