mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix(node): replace reserved identifier in a function parameter (#38480)
This commit is contained in:
parent
aa5c66c087
commit
d14ef7bddd
2
types/node/readline.d.ts
vendored
2
types/node/readline.d.ts
vendored
@ -127,7 +127,7 @@ declare module "readline" {
|
||||
|
||||
function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
|
||||
function createInterface(options: ReadLineOptions): Interface;
|
||||
function emitKeypressEvents(stream: NodeJS.ReadableStream, interface?: Interface): void;
|
||||
function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void;
|
||||
|
||||
type Direction = -1 | 0 | 1;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user