@types/yargs
Advanced tools
Comparing version 12.0.7 to 12.0.8
@@ -229,2 +229,3 @@ // Type definitions for yargs 12.0 | ||
strict(): Argv<T>; | ||
strict(enabled: boolean): Argv<T>; | ||
@@ -231,0 +232,0 @@ string<K extends keyof T>(key: K | ReadonlyArray<K>): Argv<Omit<T, K> & { [key in K]: ToString<T[key]> }>; |
{ | ||
"name": "@types/yargs", | ||
"version": "12.0.7", | ||
"version": "12.0.8", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -46,4 +46,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ed4322650527f599a980e23e571fb803beee9711e3be0424e35e9e743f090d06", | ||
"typesPublisherContentHash": "7a9c81087e186aaa5608dd46c979c8709f28194a21c1754aca5de73ae6f67573", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for yargs (https://github.com/chevex/yargs). | ||
This package contains type definitions for yargs ( https://github.com/chevex/yargs ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 24 Jan 2019 02:27:42 GMT | ||
* Last updated: Thu, 24 Jan 2019 23:28:40 GMT | ||
* Dependencies: none | ||
@@ -15,0 +15,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
24158
320