@types/node 20.19.3 → 20.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
node v20.19/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 01 Jul 2025 19:02:07 GMT
11
+ * Last updated: Tue, 01 Jul 2025 20:02:28 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.19/buffer.d.ts CHANGED
@@ -1703,6 +1703,8 @@ declare module "buffer" {
1703
1703
  * @return A reference to `buf`.
1704
1704
  */
1705
1705
  fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this;
1706
+ fill(value: string | Uint8Array | number, offset: number, encoding: BufferEncoding): this;
1707
+ fill(value: string | Uint8Array | number, encoding: BufferEncoding): this;
1706
1708
  /**
1707
1709
  * If `value` is:
1708
1710
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.3",
3
+ "version": "20.19.4",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -215,6 +215,6 @@
215
215
  "undici-types": "~6.21.0"
216
216
  },
217
217
  "peerDependencies": {},
218
- "typesPublisherContentHash": "d0d6de51333cb0875f3f866ab97c3894e52a50e2807a95573312ab72c1e1053e",
218
+ "typesPublisherContentHash": "e74236e50d1b077f167f304bcaa0e640d09e9d282ff6a85ddafffc085b5565fd",
219
219
  "typeScriptVersion": "5.1"
220
220
  }