UNPKG

tsyringe

Version:

Lightweight dependency injection container for JavaScript/TypeScript

8 lines (7 loc) 194 B
var ResolutionContext = (function () { function ResolutionContext() { this.scopedResolutions = new Map(); } return ResolutionContext; }()); export default ResolutionContext;