Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

teelog

mweitzel13ISC1.0.1

functional console.log, returns parameter

log, logger, functional

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))