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

x/dynamic_import_ponyfill/deps.ts>esbuildNative.ServeResult

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

Properties

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