class RemoveModifiersTransformation

Transformation that removes unsupported modifiers from adblock-style rules.

Properties

readonly
name: string

Human-readable name of the transformation

The transformation type identifier

Methods

executeSync(rules: string[]): string[]

Removes unsupported modifiers from rules.

Usage

import { RemoveModifiersTransformation } from ".";