mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
'v8debug' is an optional flag that will be set in NodeJS globals upon using the 'debug-brk' command parameter. We're using it to dynamically detect when app is running in debug-mode. (When not on debug-mode, the 'v8debug' flag is undefined)