UNPKG

296 BTypeScriptView Raw
1import { ReactotronCore } from "reactotron-core-client";
2/**
3 * Track calls to console.log, console.warn, and console.debug and send them to Reactotron logger
4 */
5declare const trackGlobalLogs: () => (reactotron: ReactotronCore) => {
6 onConnect: () => void;
7};
8export default trackGlobalLogs;