@types/node 14.17.31 → 14.17.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 v14.17/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 25 Oct 2021 17:31:23 GMT
11
+ * Last updated: Mon, 25 Oct 2021 23:31:46 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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.31",
3
+ "version": "14.17.32",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -215,6 +215,6 @@
215
215
  },
216
216
  "scripts": {},
217
217
  "dependencies": {},
218
- "typesPublisherContentHash": "dddc9f6c42fee84d8e53cad15cecf4f69d3950e21220b6e1f6a4d361fffc97be",
218
+ "typesPublisherContentHash": "952e31b70793836abdd438f1d7331a97ea14aa128d34f094fac166432e9ab29a",
219
219
  "typeScriptVersion": "3.7"
220
220
  }
@@ -45,6 +45,7 @@ declare module 'readline' {
45
45
  resume(): this;
46
46
  close(): void;
47
47
  write(data: string | Buffer, key?: Key): void;
48
+ write(data: undefined | null | string | Buffer, key: Key): void;
48
49
 
49
50
  /**
50
51
  * Returns the real position of the cursor in relation to the input