Merge pull request #14278 from rdepena/patch-1

Added context object to REPLServer for @types/node
This commit is contained in:
Arthur Ozga
2017-02-07 14:18:06 -08:00
committed by GitHub
+2
View File
@@ -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