@loopback/rest-explorer
Version:
LoopBack's API Explorer
21 lines • 923 B
JavaScript
;
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
// Node module: @loopback/rest-explorer
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* A LoopBack 4 component for adding a self-hosted REST API Explorer.
*
* @remarks
* The component should be loaded in the constructor of your custom Application
* class. Applications scaffolded by recent versions of our lb4 CLI tool have
* the self-hosted REST API Explorer pre-configured out of the box.
*
* @packageDocumentation
*/
tslib_1.__exportStar(require("./rest-explorer.component"), exports);
tslib_1.__exportStar(require("./rest-explorer.keys"), exports);
tslib_1.__exportStar(require("./rest-explorer.types"), exports);
//# sourceMappingURL=index.js.map