Files
DefinitelyTyped/node
Dekel Barzilay e3f20e9a77 Added missing flag 'v8debug' to Global interface
'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)
2015-10-25 16:32:26 +02:00
..