Skip to main content
Module

x/alosaur/src/injection/types/index.ts

Alosaur - Deno web framework with many decorators
Go to Latest
File
export type { default as constructor } from "./constructor.ts";export type { default as DependencyContainer } from "./dependency-container.ts";export type { default as Dictionary } from "./dictionary.ts";export type { default as RegistrationOptions } from "./registration-options.ts";export { default as Lifecycle } from "./lifecycle.ts";