This commit is contained in:
Josh Harvey 2017-01-09 01:04:27 +02:00
parent 94dc861b87
commit 1183950dad
4 changed files with 277 additions and 9 deletions

1
lib/pp.js Normal file
View file

@ -0,0 +1 @@
module.exports = o => console.log(require('util').inspect(o, {depth: null, colors: true}))