@types/node 12.12.60 → 12.12.61
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 v12.12/README.md +1 -1
- node v12.12/globals.d.ts +0 -7
- node v12.12/package.json +2 -2
node v12.12/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v12.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Wed, 16 Sep 2020
|
|
11
|
+
* Last updated: Wed, 16 Sep 2020 22:59:20 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node v12.12/globals.d.ts
CHANGED
|
@@ -1189,11 +1189,4 @@ declare namespace NodeJS {
|
|
|
1189
1189
|
|
|
1190
1190
|
type TypedArray = Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array;
|
|
1191
1191
|
type ArrayBufferView = TypedArray | DataView;
|
|
1192
|
-
|
|
1193
|
-
// TODO: The value type here is a version of `unknown` with an acceptably lossy amount of accuracy.
|
|
1194
|
-
// Now that TypeScript's DT support is 3.0+, we can look into replacing this with `unknown`.
|
|
1195
|
-
type UnknownFacade = {} | null | undefined;
|
|
1196
|
-
|
|
1197
|
-
/** @deprecated - Use `UnknownFacade` instead. It is a better classifier for the type */
|
|
1198
|
-
type PoorMansUnknown = UnknownFacade;
|
|
1199
1192
|
}
|
node v12.12/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.12.
|
|
3
|
+
"version": "12.12.61",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -231,6 +231,6 @@
|
|
|
231
231
|
},
|
|
232
232
|
"scripts": {},
|
|
233
233
|
"dependencies": {},
|
|
234
|
-
"typesPublisherContentHash": "
|
|
234
|
+
"typesPublisherContentHash": "b7d87aeae2092724dd9dbd4770e9caab03c53fdf407ffcb0d369fd70bd51dcec",
|
|
235
235
|
"typeScriptVersion": "3.2"
|
|
236
236
|
}
|