Extremely Popular
Go to Latest
interface esbuildTypes.OutputFile
import { type esbuildTypes } from "https://dotland.deno.dev/x/fresh@1.1.5/src/server/deps.ts";
const { OutputFile } = esbuildTypes;

Properties

path: string
contents: Uint8Array

"text" as bytes

readonly
text: string

"contents" as text (changes automatically with "contents")