UNPKG

@jems/di

Version:

An implementation of IoC pattern based on dependency injection that allows you to granulate and decouple your libraries or applications. Wrote using SOLID principles and a variety OOP patterns implementations.

12 lines (11 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Represents a context that contain a resolution relevant information. */ var ResolutionContext = /** @class */ (function () { function ResolutionContext() { } return ResolutionContext; }()); exports.ResolutionContext = ResolutionContext;