UNPKG

huject

Version:

Typescript dependency injection container for humans

10 lines 367 B
"use strict"; var ContainerFactoryInterface = (function () { function ContainerFactoryInterface() { } ContainerFactoryInterface.prototype.make = function (definition, constructorArgs) { }; ; return ContainerFactoryInterface; }()); exports.ContainerFactoryInterface = ContainerFactoryInterface; //# sourceMappingURL=containerfactoryinterface.js.map