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) 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Represents options that define some aspects of the resolutions and perform some operations before and after. */ var ResolutionOption = /** @class */ (function () { function ResolutionOption() { } return ResolutionOption; }()); exports.ResolutionOption = ResolutionOption;