Skip to main content
Module

x/dactyl/Arg.ts>defineParameterDecorator

Web framework for Deno, built on top of Oak 🦇
Latest
variable defineParameterDecorator
import { defineParameterDecorator } from "https://deno.land/x/dactyl@v0.1.0-alpha/Arg.ts";

Curried function responsible for generating parameter decorators for controller actions.

type

(argType: ArgsType, paramKey?: string) => ParameterDecorator