Skip to main content
Module

x/alosaur/src/injection/index.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
import "./reflect.ts";
export {DependencyContainer} from "./types/index.ts";export * from "./decorators/index.ts";export * from "./factories/index.ts";export * from "./providers/index.ts";export {instance as container} from "./dependency-container.ts";