@types/node 18.19.94 → 18.19.95
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 v18.19/README.md +1 -1
- node v18.19/cluster.d.ts +1 -1
- node v18.19/package.json +2 -2
node v18.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/v18.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Tue, 06 May 2025
|
|
11
|
+
* Last updated: Tue, 06 May 2025 02:14:23 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v18.19/cluster.d.ts
CHANGED
|
@@ -265,7 +265,7 @@ declare module "cluster" {
|
|
|
265
265
|
* @since v0.7.7
|
|
266
266
|
* @return A reference to `worker`.
|
|
267
267
|
*/
|
|
268
|
-
disconnect():
|
|
268
|
+
disconnect(): this;
|
|
269
269
|
/**
|
|
270
270
|
* This function returns `true` if the worker is connected to its primary via its
|
|
271
271
|
* IPC channel, `false` otherwise. A worker is connected to its primary after it
|
node v18.19/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.19.
|
|
3
|
+
"version": "18.19.95",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -220,6 +220,6 @@
|
|
|
220
220
|
"undici-types": "~5.26.4"
|
|
221
221
|
},
|
|
222
222
|
"peerDependencies": {},
|
|
223
|
-
"typesPublisherContentHash": "
|
|
223
|
+
"typesPublisherContentHash": "abefca39201799648b746ba7bba9f40bc520ee46e2675045726a68f3aa8248b1",
|
|
224
224
|
"typeScriptVersion": "5.1"
|
|
225
225
|
}
|