Console content displayed as a table
var_dump() in node.js to display content (objects, array) as a table
You can use it to debug or to create library helpers
For example, command to display available commands)
yarn add const_dump
import dump from 'const_dump';
dump({});
The code in this project is licensed under MIT license.
Based on chinchang work