UNPKG

@loopback/rest-explorer

Version:
14 lines (13 loc) 467 B
/** * 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';