@types/node 9.6.60 → 9.6.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 v9.6/README.md +1 -1
- node v9.6/base.d.ts +0 -1
- node v9.6/package.json +2 -2
node v9.6/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/v9.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 28 Oct 2020 18:55:51 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `NodeJS`, `SlowBuffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node v9.6/base.d.ts
CHANGED
|
@@ -180,7 +180,6 @@ declare function clearImmediate(immediateId: any): void;
|
|
|
180
180
|
|
|
181
181
|
// TODO: change to `type NodeRequireFunction = (id: string) => any;` in next mayor version.
|
|
182
182
|
interface NodeRequireFunction {
|
|
183
|
-
/* tslint:disable-next-line:callable-types */
|
|
184
183
|
(id: string): any;
|
|
185
184
|
}
|
|
186
185
|
|
node v9.6/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.61",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -149,6 +149,6 @@
|
|
|
149
149
|
},
|
|
150
150
|
"scripts": {},
|
|
151
151
|
"dependencies": {},
|
|
152
|
-
"typesPublisherContentHash": "
|
|
152
|
+
"typesPublisherContentHash": "41a72cfb90caeb09b8c21f90fd338195cb792d082794f0b4bb5ddb0316ff56f3",
|
|
153
153
|
"typeScriptVersion": "3.2"
|
|
154
154
|
}
|