Skip to main content
Module

x/alosaur/mod.ts>Injectable

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function Injectable
Re-export
import { Injectable } from "https://deno.land/x/alosaur@v0.38.0/mod.ts";

Class decorator factory that allows the class' dependencies to be injected at runtime.

Returns

(target: constructor<T>) => void

The class decorator