mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #6437 from gigya/master
Added missing flag 'v8debug' to Global interface
This commit is contained in:
Vendored
+1
@@ -334,6 +334,7 @@ declare module NodeJS {
|
||||
undefined: typeof undefined;
|
||||
unescape: (str: string) => string;
|
||||
gc: () => void;
|
||||
v8debug?: any;
|
||||
}
|
||||
|
||||
export interface Timer {
|
||||
|
||||
Reference in New Issue
Block a user