@types/node 13.13.29 → 13.13.30

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: Mon, 26 Oct 2020 22:58:13 GMT
11
+ * Last updated: Wed, 28 Oct 2020 18:55:39 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
 
node v13.13/base.d.ts CHANGED
@@ -13,7 +13,6 @@
13
13
  /// <reference lib="esnext.bigint" />
14
14
 
15
15
  // Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
16
- // tslint:disable-next-line:no-bad-reference
17
16
  /// <reference path="ts3.6/base.d.ts" />
18
17
 
19
18
  // TypeScript 3.7-specific augmentations:
@@ -1089,7 +1089,6 @@ declare namespace NodeJS {
1089
1089
  type ArrayBufferView = TypedArray | DataView;
1090
1090
 
1091
1091
  interface Require {
1092
- /* tslint:disable-next-line:callable-types */
1093
1092
  (id: string): any;
1094
1093
  resolve: RequireResolve;
1095
1094
  cache: Dict<NodeModule>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.29",
3
+ "version": "13.13.30",
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": "fc9ed6a7ff08f27aa7b627e3299086068a02ce645f0b8f07e50442a51c2faa2e",
244
+ "typesPublisherContentHash": "724b1930c77dbe562f2ffe6e613c51483774f0f9b380113305c9638c1c408142",
245
245
  "typeScriptVersion": "3.2"
246
246
  }
@@ -13,7 +13,6 @@
13
13
  /// <reference lib="esnext.bigint" />
14
14
 
15
15
  // Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
16
- // tslint:disable-next-line:no-bad-reference
17
16
  /// <reference path="../ts3.4/base.d.ts" />
18
17
 
19
18
  // TypeScript 3.4-specific augmentations:
@@ -4,5 +4,4 @@
4
4
 
5
5
  /// <reference path="base.d.ts" />
6
6
 
7
- // tslint:disable-next-line:no-bad-reference
8
7
  /// <reference path="../ts3.4/assert.d.ts" />