@types/command-line-args
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -10,3 +10,6 @@ // Type definitions for command-line-args 4.0 | ||
*/ | ||
declare function commandLineArgs(optionDefinitions: commandLineArgs.OptionDefinition[], options?: commandLineArgs.ParseOptions): commandLineArgs.CommandLineOptions; | ||
declare function commandLineArgs( | ||
optionDefinitions: commandLineArgs.OptionDefinition[], | ||
options?: commandLineArgs.ParseOptions, | ||
): commandLineArgs.CommandLineOptions; | ||
@@ -13,0 +16,0 @@ declare namespace commandLineArgs { |
{ | ||
"name": "@types/command-line-args", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "TypeScript definitions for command-line-args", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "96cab5141ec3e0ef42869a48b15b9ba5798def74e4637fa764af45e1eb3b9abf", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "17de6ef456c17a65b9b540f7ef2b302a3db9773ab4d8fa678648c1d95d2c5627", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:57 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:02 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
5314
64