UNPKG

logan-web

Version:

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

5 lines (4 loc) 153 B
/** * @file Run in node env for isomorphic projects. logan-web will do nothing if its function is called in node env. */ declare var NOOP: () => void;