@types/terminal-kit
Advanced tools
Comparing version 1.28.1 to 1.28.2
{ | ||
"name": "@types/terminal-kit", | ||
"version": "1.28.1", | ||
"version": "1.28.2", | ||
"description": "TypeScript definitions for terminal-kit", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "effc28432b6f918d14fd8c3f44ea4165242fb216c3b8c7aaf058a4befa6d442d", | ||
"typesPublisherContentHash": "482fccf49d1b7d23757d7bf76f9b331e863256217af22d927faf7f8a170c0890", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 14 Mar 2020 01:51:31 GMT | ||
* Last updated: Wed, 08 Apr 2020 18:16:59 GMT | ||
* Dependencies: [@types/nextgen-events](https://npmjs.com/package/@types/nextgen-events) | ||
@@ -14,0 +14,0 @@ * Global values: `TextBuffer` |
@@ -164,2 +164,3 @@ import EventEmitter = require("nextgen-events"); | ||
processExit: (code: number) => void; | ||
asyncCleanup: () => Promise<void>; | ||
grabInput( | ||
@@ -166,0 +167,0 @@ options: |
26324
827