UNPKG

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!

10 lines (9 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validContainerKeys = void 0; exports.validContainerKeys = [ 'initContext', 'getContext', 'getOrInitContext', 'clearContext', ];