@types/command-line-args
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -18,3 +18,3 @@ // Type definitions for command-line-args 5.0 | ||
*/ | ||
_unknown?: string[]; | ||
_unknown?: string[] | undefined; | ||
[propName: string]: any; | ||
@@ -27,3 +27,3 @@ } | ||
*/ | ||
argv?: string[]; | ||
argv?: string[] | undefined; | ||
@@ -33,3 +33,3 @@ /** | ||
*/ | ||
partial?: boolean; | ||
partial?: boolean | undefined; | ||
@@ -40,3 +40,3 @@ /** | ||
*/ | ||
stopAtFirstUnknown?: boolean; | ||
stopAtFirstUnknown?: boolean | undefined; | ||
@@ -46,3 +46,3 @@ /** | ||
*/ | ||
camelCase?: boolean; | ||
camelCase?: boolean | undefined; | ||
} | ||
@@ -60,3 +60,3 @@ | ||
*/ | ||
type?: (input: string) => any; | ||
type?: ((input: string) => any) | undefined; | ||
@@ -66,3 +66,3 @@ /** | ||
*/ | ||
alias?: string; | ||
alias?: string | undefined; | ||
@@ -72,3 +72,3 @@ /** | ||
*/ | ||
multiple?: boolean; | ||
multiple?: boolean | undefined; | ||
@@ -78,3 +78,3 @@ /** | ||
*/ | ||
lazyMultiple?: boolean; | ||
lazyMultiple?: boolean | undefined; | ||
@@ -85,3 +85,3 @@ /** | ||
*/ | ||
defaultOption?: boolean; | ||
defaultOption?: boolean | undefined; | ||
@@ -96,3 +96,3 @@ /** | ||
*/ | ||
group?: string | string[]; | ||
group?: string | string[] | undefined; | ||
} | ||
@@ -99,0 +99,0 @@ } |
{ | ||
"name": "@types/command-line-args", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for command-line-args", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/command-line-args" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ac83de209d63ac92e03dd17bbadb3e37bbd2552f573bba286ba77e9cfe34dbf6", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "7bfacd4f35140289e04b566399b94778b2882f915a71814f5e1151fb2508ef1a", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args. | ||
Additional Details | ||
* Last updated: Thu, 03 May 2018 20:08:25 GMT | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:57 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Lloyd Brookes <https://github.com/75lb>. | ||
These definitions were written by [Lloyd Brookes](https://github.com/75lb). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5845
0