Skip to main content
Module

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

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