Skip to main content
Module

x/fastro/mod.ts>ListenHandler

Fast and simple web application framework for deno
Go to Latest
type alias ListenHandler
import { type ListenHandler } from "https://deno.land/x/fastro@v0.84.7/mod.ts";
definition: (info: { hostname: string; port: number; }) => void