1.0.4 • Published 7 years ago

easy-console.log v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

easy-console.log

Why did I make this?

All the time people come to me confused about this method. In this immaculately designed package you can have the luxury of dismissing this awful, confusing method with my much cleaner solution.

How do I install it?

$ npm install easy-console.log
const consoleLog = require('easy-console.log');

How do I use it?

Usage is very simple, take this example:

if (true) {
    console.log(true);
}

horrible, right? Now replace this with my much simpler method:

if (true) {
    consoleLog(true);
}
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago