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

x/alosaur/mod.ts>InjectAll

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function InjectAll
import { InjectAll } from "https://deno.land/x/alosaur@v0.32.0/mod.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