dump

Use this tool to dump a visual description of your server-side objects in node.js

Usage no npm install needed!

<script type="module">
  import dump from 'https://cdn.skypack.dev/dump';
</script>

README

dump

Use this tool to dump a visual description of your server-side objects in Node.js.

var dump = require('dump').dump; ... res.send(dump(['x', 'y']));