Skip to content

iGitScor/const_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

const_dump

Console content displayed as a table

MIT License

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)

Installing

yarn add const_dump

Usage

import dump from 'const_dump';

dump({});

Licensing

The code in this project is licensed under MIT license.

Credits

Based on chinchang work

About

Console content displayed as a table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published