@types/node 10.17.54 → 10.17.55

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 v10.17/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/v10.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 19 Feb 2021 17:58:57 GMT
11
+ * Last updated: Sun, 07 Mar 2021 17:06:20 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.17.54",
3
+ "version": "10.17.55",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -181,6 +181,6 @@
181
181
  },
182
182
  "scripts": {},
183
183
  "dependencies": {},
184
- "typesPublisherContentHash": "df046bd192b2e6f64321516ffd3e9711815abd43c4da5f5c5ecc07a8a25656f3",
185
- "typeScriptVersion": "3.4"
184
+ "typesPublisherContentHash": "88d1baf4c3f6cf957a52601c8f35795f90a949034e8b6ba32f5b19639615f2c8",
185
+ "typeScriptVersion": "3.5"
186
186
  }
@@ -136,7 +136,7 @@ declare module "readline" {
136
136
  function createInterface(options: ReadLineOptions): Interface;
137
137
 
138
138
  function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number): void;
139
- function emitKeypressEvents(stream: NodeJS.ReadableStream, interface?: Interface): void;
139
+ function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void;
140
140
  function moveCursor(stream: NodeJS.WritableStream, dx: number | string, dy: number | string): void;
141
141
  function clearLine(stream: NodeJS.WritableStream, dir: number): void;
142
142
  function clearScreenDown(stream: NodeJS.WritableStream): void;