object-beautifier

1.0.4 • Public • Published

Object Beautifier

better analyze object in your terminal

Npm

$ npm i object-beautifier 

Usage

const beautifier = require('object-beautifier');
const identity = {name : "batman" , age : 34};
console.log(beautifier(identity));

Demo


License

MIT

/object-beautifier/

    Package Sidebar

    Install

    npm i object-beautifier

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • sc0d3r