Add process.versions.modules to node 0.12, 4 and 6 (#9548)

This commit is contained in:
Flarna
2016-06-08 14:54:20 +09:00
committed by Horiuchi_H
parent 62da6b4c18
commit 7425c496f9
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -323,6 +323,7 @@ declare namespace NodeJS {
ares: string;
uv: string;
zlib: string;
modules: string;
openssl: string;
};
config: {