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

Removes all empty lines from the rules.

Parameters

rules: string[]
  • Array of rules to process

Return Type

string[]

Array with empty lines removed

Usage

import { RemoveEmptyLinesTransformation } from ".";