Skip to main content
Module

x/alosaur/src/injection/resolution-context.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
import { Registration } from "./dependency-container.ts";
export default class ResolutionContext { scopedResolutions: Map<Registration, any> = new Map();}