@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface FormatMessagesOptions

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

    Properties

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