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

Properties

color?: boolean
kind: "error" | "warning"
terminalWidth?: number