0.1.4 • Published 4 years ago

universal-console v0.1.4

Weekly downloads
128
License
MIT
Repository
github
Last release
4 years ago

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

0.1.4

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago