0.1.4 • Published 6 years ago
universal-console v0.1.4
Universal Console
Use your favorite browser's console from NodeJS, React Native or Electron
Install
yarn add -D universal-consoleUsage
import uc from "universal-console";
uc.log(1, 2, { foo: 'bar' });
uc.warn(1, 2, { foo: 'bar' });
uc.error(1, 2, { foo: 'bar' });And check your logs on http://localhost:7331