@types/node 12.12.11 → 12.12.12
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/http.d.ts +1 -0
- 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: Sat, 23 Nov 2019 00:54:32 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `NodeJS`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node/http.d.ts
CHANGED
|
@@ -157,6 +157,7 @@ declare module "http" {
|
|
|
157
157
|
writeContinue(callback?: () => void): void;
|
|
158
158
|
writeHead(statusCode: number, reasonPhrase?: string, headers?: OutgoingHttpHeaders): this;
|
|
159
159
|
writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this;
|
|
160
|
+
writeProcessing(): void;
|
|
160
161
|
}
|
|
161
162
|
|
|
162
163
|
interface InformationEvent {
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.12.
|
|
3
|
+
"version": "12.12.12",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -221,6 +221,6 @@
|
|
|
221
221
|
},
|
|
222
222
|
"scripts": {},
|
|
223
223
|
"dependencies": {},
|
|
224
|
-
"typesPublisherContentHash": "
|
|
224
|
+
"typesPublisherContentHash": "c6232c7f16c7cb6d614b94dd96e5b3f6e7e56282f1295f6afa897bcb21dd913c",
|
|
225
225
|
"typeScriptVersion": "2.8"
|
|
226
226
|
}
|