Merge pull request #6437 from gigya/master

Added missing flag 'v8debug' to Global interface
This commit is contained in:
Masahiro Wakame
2015-10-27 08:03:44 +09: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 {