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

x/fresh/src/build/deps.ts>esbuildTypes.OutputFile

The next-gen web framework.
Extremely Popular
Go to Latest
interface esbuildTypes.OutputFile
import { type esbuildTypes } from "https://deno.land/x/fresh@1.5.0/src/build/deps.ts";
const { OutputFile } = esbuildTypes;

Properties

path: string
contents: Uint8Array
hash: string
readonly
text: string

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