Extremely Popular
Go to Latest
interface OutputFile
import { type OutputFile } from "https://dotland.deno.dev/x/esbuild@v0.16.1/mod.js";

Properties

path: string
contents: Uint8Array

"text" as bytes

Methods

getter
text(): string

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