@types/yargs
Advanced tools
Comparing version 13.0.1 to 13.0.2
@@ -161,5 +161,5 @@ // Type definitions for yargs 13.0 | ||
completion(cmd: string, func?: PromiseCompletionFunction): Argv<T>; | ||
completion(cmd: string, description?: string, func?: AsyncCompletionFunction): Argv<T>; | ||
completion(cmd: string, description?: string, func?: SyncCompletionFunction): Argv<T>; | ||
completion(cmd: string, description?: string, func?: PromiseCompletionFunction): Argv<T>; | ||
completion(cmd: string, description?: string | false, func?: AsyncCompletionFunction): Argv<T>; | ||
completion(cmd: string, description?: string | false, func?: SyncCompletionFunction): Argv<T>; | ||
completion(cmd: string, description?: string | false, func?: PromiseCompletionFunction): Argv<T>; | ||
@@ -166,0 +166,0 @@ /** |
{ | ||
"name": "@types/yargs", | ||
"version": "13.0.1", | ||
"version": "13.0.2", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "2f6dd0326983ad385bbf2b8a48bcd2b45bca39690a244ce0220c7e4bc491c8e0", | ||
"typesPublisherContentHash": "5a8204a9fcea5ff2f6fd239ea4db72637ab00c6e3c82ff1855070c7ecc25394e", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 29 Jul 2019 22:47:34 GMT | ||
* Last updated: Wed, 31 Jul 2019 17:12:04 GMT | ||
* Dependencies: @types/yargs-parser | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
48864