@types/yargs
Advanced tools
Comparing version 15.0.6 to 15.0.7
@@ -6,3 +6,2 @@ // Type definitions for yargs 15.0 | ||
// Jeffery Grajkowski <https://github.com/pushplay> | ||
// Jeff Kenney <https://github.com/jeffkenney> | ||
// Jimi (Dimitris) Charalampidis <https://github.com/JimiC> | ||
@@ -317,2 +316,3 @@ // Steffen Viken Valvåg <https://github.com/steffenvv> | ||
example(command: string, description: string): Argv<T>; | ||
example(command: ReadonlyArray<[string, string?]>): Argv<T>; | ||
@@ -319,0 +319,0 @@ /** Manually indicate that the program should exit, and provide context about why we wanted to exit. Follows the behavior set by `.exitProcess().` */ |
{ | ||
"name": "@types/yargs", | ||
"version": "15.0.6", | ||
"version": "15.0.7", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -23,7 +23,2 @@ "license": "MIT", | ||
{ | ||
"name": "Jeff Kenney", | ||
"url": "https://github.com/jeffkenney", | ||
"githubUsername": "jeffkenney" | ||
}, | ||
{ | ||
"name": "Jimi (Dimitris) Charalampidis", | ||
@@ -65,4 +60,4 @@ "url": "https://github.com/JimiC", | ||
}, | ||
"typesPublisherContentHash": "109a7069aaa7653f636bd989e45b1e2e04265c2e04fbc1f46b102394bed6254f", | ||
"typesPublisherContentHash": "4b39ad82ba1c1a2e95f9077e568d6a92124090952e30fe07fedd0a9c0c307ee0", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 23 Sep 2020 01:28:42 GMT | ||
* Last updated: Wed, 23 Sep 2020 19:15:29 GMT | ||
* Dependencies: [@types/yargs-parser](https://npmjs.com/package/@types/yargs-parser) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Martin Poelstra](https://github.com/poelstra), [Mizunashi Mana](https://github.com/mizunashi-mana), [Jeffery Grajkowski](https://github.com/pushplay), [Jeff Kenney](https://github.com/jeffkenney), [Jimi (Dimitris) Charalampidis](https://github.com/JimiC), [Steffen Viken Valvåg](https://github.com/steffenvv), [Emily Marigold Klassen](https://github.com/forivall), [ExE Boss](https://github.com/ExE-Boss), and [Aankhen](https://github.com/Aankhen). | ||
These definitions were written by [Martin Poelstra](https://github.com/poelstra), [Mizunashi Mana](https://github.com/mizunashi-mana), [Jeffery Grajkowski](https://github.com/pushplay), [Jimi (Dimitris) Charalampidis](https://github.com/JimiC), [Steffen Viken Valvåg](https://github.com/steffenvv), [Emily Marigold Klassen](https://github.com/forivall), [ExE Boss](https://github.com/ExE-Boss), and [Aankhen](https://github.com/Aankhen). |
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
51003