@types/node 16.18.73 → 16.18.74
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 +1 -1
- node v16.18/package.json +2 -2
- node v16.18/stream/web.d.ts +1 -1
- node v16.18/ts4.8/stream/web.d.ts +1 -1
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:
|
|
11
|
+
* Last updated: Sun, 21 Jan 2024 18:07:28 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v16.18/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.74",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
},
|
|
223
223
|
"scripts": {},
|
|
224
224
|
"dependencies": {},
|
|
225
|
-
"typesPublisherContentHash": "
|
|
225
|
+
"typesPublisherContentHash": "5d5bf0bf679e764cc23ccbb071bab84a55159b899be0fd674e4a0818c8e2ba42",
|
|
226
226
|
"typeScriptVersion": "4.6",
|
|
227
227
|
"nonNpm": true
|
|
228
228
|
}
|
node v16.18/stream/web.d.ts
CHANGED
|
@@ -384,7 +384,7 @@ declare module "stream/web" {
|
|
|
384
384
|
|
|
385
385
|
const TextDecoderStream: {
|
|
386
386
|
prototype: TextDecoderStream;
|
|
387
|
-
new(
|
|
387
|
+
new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream;
|
|
388
388
|
};
|
|
389
389
|
}
|
|
390
390
|
declare module "node:stream/web" {
|
|
@@ -384,7 +384,7 @@ declare module "stream/web" {
|
|
|
384
384
|
|
|
385
385
|
const TextDecoderStream: {
|
|
386
386
|
prototype: TextDecoderStream;
|
|
387
|
-
new(
|
|
387
|
+
new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream;
|
|
388
388
|
};
|
|
389
389
|
}
|
|
390
390
|
declare module "node:stream/web" {
|