Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/server/deps.ts>esbuild.FormatMessagesOptions

The Full-stack Framework in Deno.
Go to Latest
interface esbuild.FormatMessagesOptions
import { type esbuild } from "https://deno.land/x/aleph@1.0.0-beta.32/server/deps.ts";
const { FormatMessagesOptions } = esbuild;

Properties

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