1.0.0 • Published 9 years ago
printconsole v1.0.0
printconsole
Shortcut of console.log, you can log variable , object and array in console.
Examples
printconsole values in an a = 10:
pr(a);
//10printconsole values in an obj = {x:10,y:20}:
pr(obj);
//{x:10,y:20}Install
Install with npm
$ npm i printconsole --saveUsage
var print = require('printconsole');
print.pr(p);Author
Piyush Vyas
License
Copyright © 2017 piyushvyas9 Released under the MIT license.
1.0.0
9 years ago