UNPKG

@zyf2e/mitojs

Version:

A SDK for monitoring browser errors

12 lines (11 loc) 319 B
import { InitOptions } from './types/options'; declare function init(options?: InitOptions): void; declare const _default: { MitoVue: { install(Vue: import("./Vue/types").VueInstance): void; }; init: typeof init; SDK_VERSION: string; SDK_NAME: string; }; export default _default;