mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add process.versions.modules to node 0.12, 4 and 6 (#9548)
This commit is contained in:
Vendored
+1
@@ -228,6 +228,7 @@ declare namespace NodeJS {
|
||||
ares: string;
|
||||
uv: string;
|
||||
zlib: string;
|
||||
modules: string;
|
||||
openssl: string;
|
||||
};
|
||||
config: {
|
||||
|
||||
Vendored
+1
@@ -300,6 +300,7 @@ declare namespace NodeJS {
|
||||
ares: string;
|
||||
uv: string;
|
||||
zlib: string;
|
||||
modules: string;
|
||||
openssl: string;
|
||||
};
|
||||
config: {
|
||||
|
||||
Vendored
+1
@@ -323,6 +323,7 @@ declare namespace NodeJS {
|
||||
ares: string;
|
||||
uv: string;
|
||||
zlib: string;
|
||||
modules: string;
|
||||
openssl: string;
|
||||
};
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user