UNPKG

logan-web

Version:

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

15 lines (14 loc) 331 B
"use strict"; /** * @file Run in node env for isomorphic projects. logan-web will do nothing if its function is called in node env. */ /* eslint-disable */ var NOOP = function () { }; module.exports = { initConfig: NOOP, log: NOOP, logWithEncryption: NOOP, report: NOOP, customLog: NOOP, ResultMsg: {} };