Skip to content

Type Formatter()

Formatter = (text: string) => string

Source: logger.ts

Applies a format to a string.

Parameters

text

string

The text to format.

Returns

string

The formatted text.

Built by Prozilla