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

x/opine/src/types.ts>RequestParamHandler

Minimalist web framework for Deno ported from ExpressJS.
Go to Latest
type alias RequestParamHandler
import { type RequestParamHandler } from "https://deno.land/x/opine@2.3.3/src/types.ts";
definition: (
req: OpineRequest,
res: OpineResponse,
next: NextFunction,
value: any,
name: string,
) => any