class TrimLinesTransformation

Transformation that removes leading and trailing whitespace from lines.

Properties

readonly
name: string

Human-readable name of the transformation

The transformation type identifier

Methods

executeSync(rules: string[]): string[]

Trims whitespace from all lines.

Usage

import { TrimLinesTransformation } from ".";