@types/node
Advanced tools
Comparing version 18.19.74 to 18.19.75
@@ -111,3 +111,3 @@ /** | ||
data: string | Uint8Array, | ||
options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null, | ||
options?: (ObjectEncodingOptions & Abortable) | BufferEncoding | null, | ||
): Promise<void>; | ||
@@ -394,3 +394,3 @@ /** | ||
data: string | Uint8Array, | ||
options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null, | ||
options?: (ObjectEncodingOptions & Abortable) | BufferEncoding | null, | ||
): Promise<void>; | ||
@@ -397,0 +397,0 @@ /** |
{ | ||
"name": "@types/node", | ||
"version": "18.19.74", | ||
"version": "18.19.75", | ||
"description": "TypeScript definitions for node", | ||
@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8959ffebedf281c2408fd48d3ca35633472f6b292c758f633ab0a3fa818f71b3", | ||
"typesPublisherContentHash": "2a0d6aa175147eccdbe8e73e860085cf8985c5c90517b4e9fc7d780d763620c8", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Jan 2025 07:32:38 GMT | ||
* Last updated: Tue, 04 Feb 2025 00:04:06 GMT | ||
* Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
2046565