method ExcludeTransformation.excludeWithWildcards
ExcludeTransformation.excludeWithWildcards(
rules: string[],
wildcards: Wildcard[],
): string[]

Static method for direct exclusion with pre-prepared wildcards.

Parameters

rules: string[]
wildcards: Wildcard[]

Return Type

string[]

Usage

import { ExcludeTransformation } from ".";