@types/node 14.0.13 → 14.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- node/README.md +1 -1
- node/globals.d.ts +2 -2
- node/package.json +2 -2
node/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 24 Jun 2020 08:56:20 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node/globals.d.ts
CHANGED
|
@@ -768,11 +768,11 @@ declare namespace NodeJS {
|
|
|
768
768
|
|
|
769
769
|
interface Process extends EventEmitter {
|
|
770
770
|
/**
|
|
771
|
-
* Can also be a tty.WriteStream, not typed due to
|
|
771
|
+
* Can also be a tty.WriteStream, not typed due to limitations.
|
|
772
772
|
*/
|
|
773
773
|
stdout: WriteStream;
|
|
774
774
|
/**
|
|
775
|
-
* Can also be a tty.WriteStream, not typed due to
|
|
775
|
+
* Can also be a tty.WriteStream, not typed due to limitations.
|
|
776
776
|
*/
|
|
777
777
|
stderr: WriteStream;
|
|
778
778
|
stdin: ReadStream;
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.14",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -251,6 +251,6 @@
|
|
|
251
251
|
},
|
|
252
252
|
"scripts": {},
|
|
253
253
|
"dependencies": {},
|
|
254
|
-
"typesPublisherContentHash": "
|
|
254
|
+
"typesPublisherContentHash": "8cd461b1ef1172c83468acd55faa2e179945580cb68adf361b406fd41eed66df",
|
|
255
255
|
"typeScriptVersion": "3.0"
|
|
256
256
|
}
|