import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { ServerConstructor } = oak;
Properties
prototype: Server<T>
Methods
new<AS extends State = Record<string, any>>(app: Application<AS>, options: Deno.ListenOptions | Deno.ListenTlsOptions): Server<T>