method ConflictDetectionTransformation.prototype.executeSync
ConflictDetectionTransformation.prototype.executeSync(rules: readonly string[]): readonly string[]

Detects conflicting rules (blocking vs. allowing same domain)

Parameters

rules: readonly string[]
  • Array of rules to analyze

Return Type

readonly string[]

Rules (optionally with conflicts resolved)

Usage

import { ConflictDetectionTransformation } from ".";