Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface StdinOptions
import { type StdinOptions } from "https://deno.land/x/esbuild@v0.17.10/mod.d.ts";

Properties

contents: string | Uint8Array
optional
resolveDir: string
optional
sourcefile: string
optional
loader: Loader