mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00: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)