universal-console
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Universal Console

Use your favorite browser's console from NodeJS, React Native or Electron

Install

  yarn add -D universal-console

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i universal-console

Weekly Downloads

7

Version

0.1.4

License

MIT

Unpacked Size

17 kB

Total Files

17

Last publish

Collaborators

  • rakannimer