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

x/snel/imports/esbuild.ts>ServeResult

A Cybernetical framework for svelte applications in deno
Latest
interface ServeResult
import { type ServeResult } from "https://deno.land/x/snel@v0.7.1/imports/esbuild.ts";

Properties

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