0.0.4 • Published 7 years ago

heylog v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago