method RuleUtils.adblockRuleToString
RuleUtils.adblockRuleToString(ruleProps: IAdblockRule): string

Converts an AdblockRule back to string representation.

Parameters

ruleProps: IAdblockRule

Return Type

string

Usage

import { RuleUtils } from ".";