mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #14278 from rdepena/patch-1
Added context object to REPLServer for @types/node
This commit is contained in:
Vendored
+2
@@ -1368,6 +1368,8 @@ declare module "repl" {
|
||||
defineCommand(keyword: string, cmd: Function | { help: string, action: Function }): void;
|
||||
displayPrompt(preserveCursor?: boolean): void;
|
||||
|
||||
context: any;
|
||||
|
||||
/**
|
||||
* events.EventEmitter
|
||||
* 1. exit
|
||||
|
||||
Reference in New Issue
Block a user