UNPKG

hc-web-log-mon

Version:

基于 JS 跨平台插件,为前端项目提供【 行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段

9 lines (6 loc) 190 B
import { init, InitOptions } from 'hc-web-log-core' function install(app: any, options: InitOptions) { init(options) } export default { install } export * from 'hc-web-log-core'