UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

14 lines 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LazyServiceIdentifer = void 0; var LazyServiceIdentifer = (function () { function LazyServiceIdentifer(cb) { this._cb = cb; } LazyServiceIdentifer.prototype.unwrap = function () { return this._cb(); }; return LazyServiceIdentifer; }()); exports.LazyServiceIdentifer = LazyServiceIdentifer; //# sourceMappingURL=lazy_service_identifier.js.map