The transformation implementation
(rules: readonly string[],context?: ITransformationContext,) => Promise<readonly string[]> | readonly string[]
The transformation implementation
(rules: readonly string[],context?: ITransformationContext,) => Promise<readonly string[]> | readonly string[]
import { type TransformationPlugin } from ".";