@types/node 16.18.100 → 16.18.101

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 v16.18/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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 19 Jun 2024 16:07:46 GMT
11
+ * Last updated: Thu, 20 Jun 2024 21:07:25 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -1383,8 +1383,8 @@ declare module "child_process" {
1383
1383
  * @param modulePath The module to run in the child.
1384
1384
  * @param args List of string arguments.
1385
1385
  */
1386
- function fork(modulePath: string, options?: ForkOptions): ChildProcess;
1387
- function fork(modulePath: string, args?: readonly string[], options?: ForkOptions): ChildProcess;
1386
+ function fork(modulePath: string | URL, options?: ForkOptions): ChildProcess;
1387
+ function fork(modulePath: string | URL, args?: readonly string[], options?: ForkOptions): ChildProcess;
1388
1388
  interface SpawnSyncOptions extends CommonSpawnOptions {
1389
1389
  input?: string | NodeJS.ArrayBufferView | undefined;
1390
1390
  maxBuffer?: number | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.100",
3
+ "version": "16.18.101",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -210,6 +210,6 @@
210
210
  },
211
211
  "scripts": {},
212
212
  "dependencies": {},
213
- "typesPublisherContentHash": "ab5c03b38b2e7ea03429335ee7587a9b616d7e5f700146ad92e9c444c30fd6a4",
213
+ "typesPublisherContentHash": "8296e8d90e0d65a75dc125a67f364fb92071a66c4a1fdca107c055908a05513f",
214
214
  "typeScriptVersion": "4.7"
215
215
  }