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

x/alosaur/src/decorator/mod.ts>Param

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function Param
import { Param } from "https://deno.land/x/alosaur@v0.18.1/src/decorator/mod.ts";

Injects a request's route parameter value to the controller action parameter. Must be applied on a controller action parameter.

Parameters

name: string

Returns

Function