1.0.0 • Published 7 years ago

printconsole v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

printconsole

Shortcut of console.log, you can log variable , object and array in console.

Examples

printconsole values in an a = 10:

pr(a);
//10

printconsole values in an obj = {x:10,y:20}:

pr(obj);
//{x:10,y:20}

Install

Install with npm

$ npm i printconsole --save

Usage

var print = require('printconsole');
print.pr(p);

Author

Piyush Vyas

License

Copyright © 2017 piyushvyas9 Released under the MIT license.