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
7 lines (6 loc) • 309 B
TypeScript
import * as Tools from './tool';
import * as consoleTools from './console';
import getDeviceId from './deviceID';
import KeepObserverPublic from './share/public';
import KeepObserverMiddleWare from './share/middleware';
export { Tools, consoleTools, getDeviceId, KeepObserverMiddleWare, KeepObserverPublic };