@types/yargs
Advanced tools
Comparing version 12.0.15 to 12.0.16
@@ -362,2 +362,3 @@ // Type definitions for yargs 12.0 | ||
alias?: string | ReadonlyArray<string>; | ||
array?: boolean; | ||
choices?: Choices; | ||
@@ -367,2 +368,3 @@ coerce?: (arg: any) => any; | ||
default?: any; | ||
demandOption?: boolean | string; | ||
desc?: string; | ||
@@ -369,0 +371,0 @@ describe?: string; |
{ | ||
"name": "@types/yargs", | ||
"version": "12.0.15", | ||
"version": "12.0.16", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0ba19dd198ad8010ab4fdac4173d169293e3ef7f5c61b012c00115a17758af0a", | ||
"typesPublisherContentHash": "cba1a6dea3113a7b337bff98071c30b4bc0d80d5ff5caecac589f1954d67d030", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Jan 2020 23:54:40 GMT | ||
* Last updated: Fri, 31 Jan 2020 23:40:19 GMT | ||
* Dependencies: none | ||
@@ -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
26870
367