Merge pull request #1 from gigya/v8debug-patch

Added missing flag 'v8debug' to Global interface
This commit is contained in:
Dekel Barzilay
2015-10-25 16:34:23 +02:00
+1
View File
@@ -334,6 +334,7 @@ declare module NodeJS {
undefined: typeof undefined;
unescape: (str: string) => string;
gc: () => void;
v8debug?: any;
}
export interface Timer {