Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildWASM.ServeResult

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
interface esbuildWASM.ServeResult
import { type esbuildWASM } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.5/deps.ts";
const { ServeResult } = esbuildWASM;

Properties

port: number
host: string
wait: Promise<void>
stop: () => void