UNPKG

keep-observers

Version:

This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers

4 lines (3 loc) 179 B
import { Provider } from '../../types/instance'; export declare const use: (Provider: Provider) => Promise<{}>; export declare const injection: (scope: any, applyFn: any) => any;