dependency-injection-cat
Version:
DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!
6 lines (5 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getGlobalContextVariableNameByContextId = void 0;
var getGlobalContextVariableNameByContextId = function (id) { return "global_context_" + id; };
exports.getGlobalContextVariableNameByContextId = getGlobalContextVariableNameByContextId;