mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Update index.d.ts
added missing `context` prop. ref: https://nodejs.org/dist/latest-v6.x/docs/api/repl.html#repl_global_and_local_scope
This commit is contained in:
2
node/v6/index.d.ts
vendored
2
node/v6/index.d.ts
vendored
@@ -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