teelog
v1.0.1
Published
functional console.log, returns parameter
Readme
teelog
debug/log objects inline, and without a temporary variable
if you want to know what foo is before it enters bar
foo(bar)log it inline
var tl = require('teelog')
foo(tl(bar))