@types/replacestream
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -51,5 +51,5 @@ // Type definitions for replacestream 4.0 | ||
replace: ReplaceStream.ReplaceFunction | string, | ||
options?: ReplaceStream.Options | ||
options?: ReplaceStream.Options, | ||
): any; | ||
export = ReplaceStream; |
{ | ||
"name": "@types/replacestream", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for replacestream", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/replacestream", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7e89afaf588d08f3b4d3d7d45a9fa39642ac211a00d11498b9c4ac3e3230391f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "162dbfeb21217fb81d067527f62d61b22156196ee35252d00e82f5788af0157d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -61,3 +61,3 @@ # Installation | ||
replace: ReplaceStream.ReplaceFunction | string, | ||
options?: ReplaceStream.Options | ||
options?: ReplaceStream.Options, | ||
): any; | ||
@@ -70,3 +70,3 @@ | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:42:00 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: none | ||
@@ -73,0 +73,0 @@ * Global values: none |
6128