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 { Lifecycle } from "./types/index.ts";export type { DependencyContainer, RegistrationOptions,} from "./types/index.ts";export * from "./decorators/index.ts";export * from "./factories/index.ts";export * from "./providers/index.ts";export { delay } from "./lazy-helpers.ts";export { instance as container, InternalDependencyContainer,} from "./dependency-container.ts";