Module

x/alosaur/mod.ts>Container

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
class Container
import { Container } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";

Properties

private
_parentContainer: Container | null
writeonly
parentContainer: Container
registry: Map

Methods

create<T>(_class: any)
lookup<T>(injectionKey: any): T
register<T>(injectionKey: any, value: any)
import Container
import { Container } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";