Skip to content

API Reference / @gtkx/testing / NormalizerOptions

Type Alias: NormalizerOptions

NormalizerOptions = object

Defined in: types.d.ts:13

Options controlling the default text normalizer.

Properties

collapseWhitespace?

optional collapseWhitespace?: boolean

Defined in: types.d.ts:17

Collapse runs of whitespace into a single space.


trim?

optional trim?: boolean

Defined in: types.d.ts:15

Trim leading and trailing whitespace.

Released under the MPL-2.0 License.