@zyf2e/mitojs
Version:
A SDK for monitoring browser errors
16 lines (15 loc) • 484 B
TypeScript
import { log } from './core/index';
import { InitOptions } from './types/index';
import { errorBoundaryReport } from './React/index';
declare function init(options?: InitOptions): void;
declare const _default: {
MitoVue: {
install(Vue: import("./Vue/types").VueInstance): void;
};
SDK_VERSION: string;
SDK_NAME: string;
init: typeof init;
log: typeof log;
errorBoundaryReport: typeof errorBoundaryReport;
};
export default _default;