teelog

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i teelog

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • mweitzel