blug

0.2.3 • Public • Published

blug

Nice debug/dump function

Screenshot

Install

npm install --save blug

Example

 
var blug = require("blug");
 
var object = { a: { b: 1, c: { d: 1 } } };
 
blug([1, 2, 3])
blug({ a: 1 }, object, 123);
blug.max(3)({ a: { b: { c: { d: { e: 1 } } } } });
 

License

MIT

/blug/

    Package Sidebar

    Install

    npm i blug

    Weekly Downloads

    10

    Version

    0.2.3

    License

    MIT

    Last publish

    Collaborators

    • rferro