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

x/frugal/dep/esbuild.ts>OutputFile

A frugal web framework
Latest
interface OutputFile
import { type OutputFile } from "https://deno.land/x/frugal@0.9.6/dep/esbuild.ts";

Properties

path: string
contents: Uint8Array

"text" as bytes

readonly
text: string

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