UNPKG

@loopback/rest-explorer

Version:
20 lines (17 loc) 703 B
// 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 /** * 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 */ export * from './rest-explorer.component'; export * from './rest-explorer.keys'; export * from './rest-explorer.types';