@michaelooo/debug

0.0.1 • Public • Published

debug

Replace console.log for both nodejs and browser.

Usage

import { debug, debugForever } from '@michaelooo/debug';

const log = debug('hello');
const logError = debugForever('hello');
log('%o', { foo: 'bar' });
logError('%o', new Error('test'));

Readme

Keywords

Package Sidebar

Install

npm i @michaelooo/debug

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

2.68 kB

Total Files

5

Last publish

Collaborators

  • michaelooo