Skip to main content
Module

x/alosaur/mod.ts>Inject

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