UNPKG

@loopback/context-explorer

Version:

Visualize context hierarchy, bindings, configurations, and dependencies

10 lines (9 loc) 362 B
import { Component } from '@loopback/core'; import { RestApplication } from '@loopback/rest'; import { ContextExplorerConfig } from './types'; /** * A component providing a self-hosted API Explorer. */ export declare class ContextExplorerComponent implements Component { constructor(application: RestApplication, explorerConfig?: ContextExplorerConfig); }