Skip to main content
Module

x/alosaur/src/injection/decorators/inject-all.ts>default

Alosaur - Deno web framework with many decorators
Go to Latest
function default
import { default } from "https://deno.land/x/alosaur@v0.35.2/src/injection/decorators/inject-all.ts";

Parameter decorator factory that allows for interface information to be stored in the constructor's metadata

Returns

(
target: any,
propertyKey: string | symbol,
parameterIndex: number,
) => any

The parameter decorator