@robotlegsjs/core
Version:
An architecture-based IoC framework for JavaScript/TypeScript
12 lines • 613 B
JavaScript
;
// ------------------------------------------------------------------------------
// Copyright (c) 2017-present, RobotlegsJS. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
// ------------------------------------------------------------------------------
Object.defineProperty(exports, "__esModule", { value: true });
exports.IInjector = void 0;
// eslint-disable-next-line @rushstack/typedef-var
exports.IInjector = Symbol("IInjector");
//# sourceMappingURL=IInjector.js.map