Type Alias FormatFunction

FormatFunction: (value: any, result: AnsiString, flags: FormattingFlags) => void

A formatting function.

Type declaration