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

x/allo_server/types/ListenOptions.ts>ListenOptions

🦕 Http and WebSocket server for Deno.
Go to Latest
type alias ListenOptions
import { type ListenOptions } from "https://deno.land/x/allo_server@v1.0.1/types/ListenOptions.ts";
definition: Deno.ListenOptions & { transport?: "tcp"; }