UNPKG

@loopback/rest-explorer

Version:

LoopBack's API Explorer

12 lines (11 loc) 433 B
import { Component } from '@loopback/core'; import { RestApplication } from '@loopback/rest'; import { RestExplorerConfig } from './rest-explorer.types'; /** * A component providing a self-hosted API Explorer. */ export declare class RestExplorerComponent implements Component { private application; constructor(application: RestApplication, restExplorerConfig?: RestExplorerConfig); private registerControllerRoute; }