Skip to main content
Module

x/opine/mod.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/mod.ts";
definition: (
value: any,
name: string,
) => any