@types/node 20.10.1 → 20.10.3
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/README.md +1 -1
- node/globals.d.ts +346 -342
- node/package.json +2 -2
- node/ts4.8/globals.d.ts +346 -342
- node/ts4.8/util.d.ts +0 -3
- node/util.d.ts +0 -3
node/ts4.8/util.d.ts
CHANGED
|
@@ -1654,9 +1654,6 @@ declare module "util" {
|
|
|
1654
1654
|
[Symbol.iterator]: typeof MIMEParams.prototype.entries;
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
|
-
declare module "util/types" {
|
|
1658
|
-
export * from "util/types";
|
|
1659
|
-
}
|
|
1660
1657
|
declare module "util/types" {
|
|
1661
1658
|
import { KeyObject, webcrypto } from "node:crypto";
|
|
1662
1659
|
/**
|
node/util.d.ts
CHANGED
|
@@ -1654,9 +1654,6 @@ declare module "util" {
|
|
|
1654
1654
|
[Symbol.iterator]: typeof MIMEParams.prototype.entries;
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
|
-
declare module "util/types" {
|
|
1658
|
-
export * from "util/types";
|
|
1659
|
-
}
|
|
1660
1657
|
declare module "util/types" {
|
|
1661
1658
|
import { KeyObject, webcrypto } from "node:crypto";
|
|
1662
1659
|
/**
|