UNPKG

nestjs-custom-injector

Version:

Custom injecting logic for NestJS with support multi providing

13 lines 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomInjectorError = exports.CUSTOM_INJECTOR_METADATA = void 0; exports.CUSTOM_INJECTOR_METADATA = 'custom-injector:metadata'; class CustomInjectorError extends Error { constructor(message, injectedProvidersStorageItem) { super(message); this.message = message; this.injectedProvidersStorageItem = injectedProvidersStorageItem; } } exports.CustomInjectorError = CustomInjectorError; //# sourceMappingURL=custom-injector.types.js.map