@types/yargs
Advanced tools
Comparing version 12.0.9 to 12.0.10
@@ -63,3 +63,3 @@ // Type definitions for yargs 12.0 | ||
command<O extends { [key: string]: Options }>(command: string | ReadonlyArray<string>, description: string, builder?: O, handler?: (args: Arguments<InferredOptionTypes<O>>) => void): Argv<T>; | ||
command(command: string | ReadonlyArray<string>, description: string, module: CommandModule<T, any>): Argv<T>; | ||
command<U>(command: string | ReadonlyArray<string>, description: string, module: CommandModule<T, U>): Argv<U>; | ||
command<U>(command: string | ReadonlyArray<string>, showInHelp: false, builder?: (args: Argv<T>) => Argv<U>, handler?: (args: Arguments<U>) => void): Argv<T>; | ||
@@ -66,0 +66,0 @@ command<O extends { [key: string]: Options }>(command: string | ReadonlyArray<string>, showInHelp: false, builder?: O, handler?: (args: Arguments<InferredOptionTypes<O>>) => void): Argv<T>; |
{ | ||
"name": "@types/yargs", | ||
"version": "12.0.9", | ||
"version": "12.0.10", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -42,8 +42,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/yargs" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fda2ac2cda4bb2a18e8f41d72ff8482c7c228b23cec274d1137fe4b1e377b2fa", | ||
"typesPublisherContentHash": "16decea9a83fa2463923ceb31c20d21a09cc36cf83d3c1a900269bd3f006d4fe", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 01:27:57 GMT | ||
* Last updated: Mon, 18 Mar 2019 19:22:38 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
24218