@types/shell-quote
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -19,3 +19,3 @@ export type ControlOperator = "||" | "&&" | ";;" | "|&" | "<(" | ">>" | ">&" | "&" | ";" | "(" | ")" | "|" | "<" | ">"; | ||
*/ | ||
export function quote(args: ReadonlyArray<string>): string; | ||
export function quote(args: readonly string[]): string; | ||
@@ -22,0 +22,0 @@ /** |
{ | ||
"name": "@types/shell-quote", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "TypeScript definitions for shell-quote", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7e7ca58d80146d6021c99ce54a14d1ba647781eca02dfc34bbe813e789350503", | ||
"typesPublisherContentHash": "0dd0f58bc4c36de28fd143a7f1de1361c95fb41f03196b4e52e196b8ce9cacd4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -29,3 +29,3 @@ # Installation | ||
*/ | ||
export function quote(args: ReadonlyArray<string>): string; | ||
export function quote(args: readonly string[]): string; | ||
@@ -63,3 +63,3 @@ /** | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -66,0 +66,0 @@ |
6091