Skip to content

TableFormat

Render format override for Out.table.

Signatures

ts
type TableFormat = "auto" | "text" | "json";

See Also

Released under the MIT License.