Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FormatMessagesOptions

interface FormatMessagesOptions {
color?: boolean;
kind: "error" | "warning";
terminalWidth?: number;
}

§Properties

§
color?: boolean
[src]
§
kind: "error" | "warning"
[src]
§
terminalWidth?: number
[src]