UNPKG

@loopback/context-explorer

Version:

Visualize context hierarchy, bindings, configurations, and dependencies

19 lines 806 B
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved. // Node module: @loopback/context-explorer // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); exports.ContextExplorerBindings = void 0; const core_1 = require("@loopback/core"); /** * Binding keys used by this component. */ var ContextExplorerBindings; (function (ContextExplorerBindings) { /** * Binding key for ContextExplorerComponent */ ContextExplorerBindings.COMPONENT = core_1.BindingKey.create('components.ContextExplorerComponent'); })(ContextExplorerBindings || (exports.ContextExplorerBindings = ContextExplorerBindings = {})); //# sourceMappingURL=keys.js.map