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

x/endofunctor/types.ts>RequestFunction

functional router for Deno
Go to Latest
type alias RequestFunction
import { type RequestFunction } from "https://deno.land/x/endofunctor@v0.0.0.6/types.ts";
definition: { (r: Request): Response; }