8 lines
319 B
TypeScript
8 lines
319 B
TypeScript
![]() |
/**
|
||
|
* @author Kuitos
|
||
|
* @since 2020-02-21
|
||
|
*/
|
||
|
export { addErrorHandler, removeErrorHandler } from 'single-spa';
|
||
|
export declare function addGlobalUncaughtErrorHandler(errorHandler: OnErrorEventHandlerNonNull): void;
|
||
|
export declare function removeGlobalUncaughtErrorHandler(errorHandler: (...args: any[]) => any): void;
|