@types/node 13.13.31 → 13.13.32

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 v13.13/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/v13.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 17 Nov 2020 23:36:41 GMT
11
+ * Last updated: Thu, 19 Nov 2020 21:27:25 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -798,7 +798,7 @@ declare namespace NodeJS {
798
798
  argv0: string;
799
799
  execArgv: string[];
800
800
  execPath: string;
801
- abort(): void;
801
+ abort(): never;
802
802
  chdir(directory: string): void;
803
803
  cwd(): string;
804
804
  debugPort: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.31",
3
+ "version": "13.13.32",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -241,6 +241,6 @@
241
241
  },
242
242
  "scripts": {},
243
243
  "dependencies": {},
244
- "typesPublisherContentHash": "27237579ae492f855f312956af50b6c8af9df19eb05b9555c831b859dbf64d7f",
244
+ "typesPublisherContentHash": "37601682e7fd5cb0bcb474d6233f3ea733f7ef309a087c7bc7b2fbf644de9420",
245
245
  "typeScriptVersion": "3.2"
246
246
  }