debug-utils

Global helpers to speed up NodeJS development workflow

Usage no npm install needed!

<script type="module">
  import debugUtils from 'https://cdn.skypack.dev/debug-utils';
</script>

README

NodeJS Debug Utils

Global helpers to speed up NodeJS development workflow

Usage

  • Inspect an object with d(foo)
  • Inspect an object and die with a trace with dd(foo)
  • Recursively search inside an object for a value df(foo, /bar/i)