debug-utils
v0.5.3
Published
Global helpers to speed up NodeJS development workflow
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)
