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']));
Use this tool to dump a visual description of your server-side objects in node.js
<script type="module">
import dump from 'https://cdn.skypack.dev/dump';
</script>
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']));