@types/yargs
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -90,8 +90,8 @@ // Type definitions for yargs 8.0 | ||
command(command: string, description: string): Argv; | ||
command(command: string, description: string, builder: (args: Argv) => Argv): Argv; | ||
command(command: string, description: string, builder: { [optionName: string]: Options }): Argv; | ||
command(command: string, description: string, builder: { [optionName: string]: Options }, handler: (args: Arguments) => void): Argv; | ||
command(command: string, description: string, builder: (args: Argv) => Argv, handler: (args: Arguments) => void): Argv; | ||
command(command: string, description: string, module: CommandModule): Argv; | ||
command(command: string | string[], description: string): Argv; | ||
command(command: string | string[], description: string, builder: (args: Argv) => Argv): Argv; | ||
command(command: string | string[], description: string, builder: { [optionName: string]: Options }): Argv; | ||
command(command: string | string[], description: string, builder: { [optionName: string]: Options }, handler: (args: Arguments) => void): Argv; | ||
command(command: string | string[], description: string, builder: (args: Argv) => Argv, handler: (args: Arguments) => void): Argv; | ||
command(command: string | string[], description: string, module: CommandModule): Argv; | ||
command(module: CommandModule): Argv; | ||
@@ -98,0 +98,0 @@ |
{ | ||
"name": "@types/yargs", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "71e333d1890d3635ff8d8fa07a03e2a999b5ddc8983c259e7ca901eddbe025e8", | ||
"typesPublisherContentHash": "8e76f45b7acb1ae810d25b1d95b44490c1d17d58edd20ac28f1e8fd2e1e38b94", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 30 Jun 2017 21:28:46 GMT | ||
* Last updated: Mon, 10 Jul 2017 19:46:47 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
12842