heylog

0.0.4 • Public • Published

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');

Readme

Keywords

Package Sidebar

Install

npm i heylog

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • danielxie