@types/terminal-kit
Advanced tools
Comparing version 1.28.3 to 1.28.4
{ | ||
"name": "@types/terminal-kit", | ||
"version": "1.28.3", | ||
"version": "1.28.4", | ||
"description": "TypeScript definitions for terminal-kit", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/terminal-kit", | ||
}, | ||
"typesPublisherContentHash": "4fbd1e386e04b0f1305235f8ce0ddd851da9d37b18dba123d33fe1eb5cf73324", | ||
"typesPublisherContentHash": "57b0455622f1213b195668abbd172429c82014b8617fd3da1b0027fb6f904f81", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 21:32:14 GMT | ||
* Last updated: Mon, 19 Jul 2021 23:01:28 GMT | ||
* Dependencies: [@types/nextgen-events](https://npmjs.com/package/@types/nextgen-events) | ||
@@ -14,0 +14,0 @@ * Global values: `TextBuffer` |
@@ -214,3 +214,3 @@ import EventEmitter = require("nextgen-events"); | ||
inputField(options: InputFieldOptions, callback?: Callback<string | undefined>): { | ||
inputField(options?: InputFieldOptions, callback?: Callback<string | undefined>): { | ||
abort: () => void; | ||
@@ -217,0 +217,0 @@ promise: Promise<string | undefined>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28476