Skip to main content
Module

x/alosaur/src/injection/decorators/index.ts>Inject

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

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

Parameters

token: InjectionToken<any>

Returns

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

The parameter decorator