Skip to main content
Module

x/fastro/http/deps.ts>esbuild.OutputFile

Fast and simple web application framework for deno
Go to Latest
interface esbuild.OutputFile
import { type esbuild } from "https://deno.land/x/fastro@v0.74.4/http/deps.ts";
const { OutputFile } = esbuild;

Properties

path: string
contents: Uint8Array

"text" as bytes

readonly
text: string

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