Skip to main content

include/mesv@format_Formatter.hrl

-record(formatter, {
    column_separator :: binary(),
    row_separator :: binary(),
    escaper :: binary(),
    escape_all :: boolean(),
    headers :: gleam@option:option(list(binary())),
    formatter :: fun((any()) -> list(binary()))
}).