Skip to main content
Module

x/alosaur/src/decorator/Param.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
import * as alosaur from "https://deno.land/x/alosaur@v0.9.0/src/decorator/Param.ts";

Functions

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