UNPKG

@zyf2e/mitojs

Version:

A SDK for monitoring browser errors

14 lines (13 loc) 370 B
import { log } from 'core'; import { InitOptions } from './types/options'; 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; }; export default _default;