@types/node 12.19.5 → 12.19.6

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 v12.19/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 17 Nov 2020 23:36:47 GMT
11
+ * Last updated: Thu, 19 Nov 2020 21:27:29 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -865,7 +865,7 @@ declare namespace NodeJS {
865
865
  argv0: string;
866
866
  execArgv: string[];
867
867
  execPath: string;
868
- abort(): void;
868
+ abort(): never;
869
869
  chdir(directory: string): void;
870
870
  cwd(): string;
871
871
  debugPort: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.19.5",
3
+ "version": "12.19.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -231,6 +231,6 @@
231
231
  },
232
232
  "scripts": {},
233
233
  "dependencies": {},
234
- "typesPublisherContentHash": "95f16b55a37c1df11f230216c9794d5376385e6f501f8feffed2189fca2f934c",
234
+ "typesPublisherContentHash": "fd63a2550c0cabff86e8d1c4167ae4de04d4125adbc506e9409b01335eb5d227",
235
235
  "typeScriptVersion": "3.2"
236
236
  }