property TransformationPlugin.execute

The transformation implementation

Type

(
rules: readonly string[],
) => Promise<readonly string[]> | readonly string[]

Usage

import { type TransformationPlugin } from ".";