KC's Workspace
    Preparing search index...
    interface FormatMessagesOptions {
        color?: boolean;
        kind: "error" | "warning";
        terminalWidth?: number;
    }
    Index

    Properties

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