@types/yargs
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -21,2 +21,8 @@ // Type definitions for yargs | ||
terminalWidth(): number; | ||
terminalWidth(): number; | ||
terminalWidth(): number; | ||
alias(shortName: string, longName: string): Argv; | ||
@@ -137,3 +143,3 @@ alias(aliases: { [shortName: string]: string }): Argv; | ||
fail(func: (msg: string, err?: Error) => any): Argv; | ||
fail(func: (msg: string, err: Error) => any): Argv; | ||
@@ -140,0 +146,0 @@ coerce<T, U>(key: string|string[], func: (arg: T) => U): Argv; |
{ | ||
"name": "@types/yargs", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "0a6484ee728a389d05df57ba31ac360727b46d60d728ded5c894ff063827ace6" | ||
"typesPublisherContentHash": "e610252bcd82e49bcfb5cd652fd868ab04bec4f92861cb04576ffe68a6ae0d63" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 11 Oct 2016 18:47:48 GMT | ||
* Last updated: Wed, 26 Oct 2016 19:23:32 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -24,3 +24,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "0a6484ee728a389d05df57ba31ac360727b46d60d728ded5c894ff063827ace6" | ||
"contentHash": "e610252bcd82e49bcfb5cd652fd868ab04bec4f92861cb04576ffe68a6ae0d63" | ||
} |
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
8741
162