0.0.4 • Published 8 years ago

heylog v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

heylog

alias for console.log

install

npm install --save heylog

Usage:

node.js

var log = require('heylog');
log('heylog');
log.info('heylog');
log.error('heylog');

js

import heylog from 'heylog';
heylog('heylog');
heylog.info('heylog');
heylog.error('heylog');
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago