UNPKG

logan-web

Version:

Web SDK for Logan, supports log and report in H5 and browser environment.

7 lines (6 loc) 259 B
import { GlobalConfig } from './interface'; declare const _default: { set: (configOb: GlobalConfig) => void; get: (propertyKey: "reportUrl" | "publicKey" | "logTryTimes" | "dbName" | "errorHandler" | "succHandler") => any; }; export default _default;