UNPKG

smart-factory

Version:

functional programming-ready dependancy injector/ioc container library

12 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Injectable { constructor(name) { this.name = name; } getName() { return this.name; } } exports.Injectable = Injectable; //# sourceMappingURL=types.js.map