method InvertAllowTransformation.prototype.executeSync
InvertAllowTransformation.prototype.executeSync(rules: string[]): string[]

Inverts blocking rules to allow rules.

Parameters

rules: string[]
  • Array of rules to invert

Return Type

string[]

Array with inverted rules

Usage

import { InvertAllowTransformation } from ".";