@types/yargs
Advanced tools
Comparing version 13.0.0 to 13.0.1
@@ -756,3 +756,3 @@ // Type definitions for yargs 13.0 | ||
type MiddlewareFunction<T = {}> = (args: Arguments<T>) => void; | ||
type Choices = ReadonlyArray<string | true | undefined>; | ||
type Choices = ReadonlyArray<string | number | true | undefined>; | ||
type PositionalOptionsType = "boolean" | "number" | "string"; | ||
@@ -759,0 +759,0 @@ } |
{ | ||
"name": "@types/yargs", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ba177d8ce098c69fde6038d1da47d06641703bdd8660fe3516a7ea28f3202104", | ||
"typesPublisherContentHash": "2f6dd0326983ad385bbf2b8a48bcd2b45bca39690a244ce0220c7e4bc491c8e0", | ||
"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: Mon, 08 Apr 2019 01:51:31 GMT | ||
* Last updated: Mon, 29 Jul 2019 22:47:34 GMT | ||
* Dependencies: @types/yargs-parser | ||
@@ -18,2 +18,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>. | ||
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>, and Emily Marigold Klassen <https://github.com/forivall>. |
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
48840