huject
Version:
Typescript dependency injection container for humans
10 lines • 367 B
JavaScript
;
var ContainerFactoryInterface = (function () {
function ContainerFactoryInterface() {
}
ContainerFactoryInterface.prototype.make = function (definition, constructorArgs) { };
;
return ContainerFactoryInterface;
}());
exports.ContainerFactoryInterface = ContainerFactoryInterface;
//# sourceMappingURL=containerfactoryinterface.js.map