@types/command-line-commands
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -10,3 +10,3 @@ /** | ||
declare function commandLineCommands( | ||
commands: (string | null)[], | ||
commands: Array<string | null>, | ||
argv?: string[], | ||
@@ -13,0 +13,0 @@ ): { command: string | null; argv: string[] }; |
{ | ||
"name": "@types/command-line-commands", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for command-line-commands", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-commands", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3fbaed1a4b2fcb9ae4a500ef1ca0f7112be80b2e341a6d2a5ea398daf5a924eb", | ||
"typesPublisherContentHash": "99427cbcadf76f46c703091a8508c020681a9d090c7f271ef67676666588038f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -20,3 +20,3 @@ # Installation | ||
declare function commandLineCommands( | ||
commands: (string | null)[], | ||
commands: Array<string | null>, | ||
argv?: string[], | ||
@@ -30,3 +30,3 @@ ): { command: string | null; argv: string[] }; | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -33,0 +33,0 @@ |
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
4268