Skip to main content
Module

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

Alosaur - Deno web framework with many decorators
Go to Latest
File
export { default as AutoInjectable } from "./auto-injectable.ts";export { default as Inject } from "./inject.ts";export { default as Injectable } from "./injectable.ts";export { default as Registry } from "./registry.ts";export { default as Singleton } from "./singleton.ts";export { default as InjectAll } from "./inject-all.ts";export { default as Scoped } from "./scoped.ts";