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
6 lines (5 loc) • 339 B
TypeScript
export declare const resgisterPageHashChangeEventListener: () => void;
export declare const checkPageHashUrlChange: (oldUrl: string, newUrL: string) => boolean;
export declare const _handleHashPageChange: (event: any) => boolean;
export declare const _pageStart: () => void;
export declare const _pageHashNext: (nextHash: string) => void;