@types/node 11.13.2 → 11.13.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 +1 -1
- node/package.json +2 -2
node/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
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 10 Apr 2019 17:21:43 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node/globals.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ interface Console {
|
|
|
45
45
|
/**
|
|
46
46
|
* The `console.groupCollapsed()` function is an alias for {@link console.group()}.
|
|
47
47
|
*/
|
|
48
|
-
groupCollapsed(): void;
|
|
48
|
+
groupCollapsed(...label: any[]): void;
|
|
49
49
|
/**
|
|
50
50
|
* Decreases indentation of subsequent lines by two spaces.
|
|
51
51
|
*/
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "11.13.
|
|
3
|
+
"version": "11.13.3",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -206,6 +206,6 @@
|
|
|
206
206
|
},
|
|
207
207
|
"scripts": {},
|
|
208
208
|
"dependencies": {},
|
|
209
|
-
"typesPublisherContentHash": "
|
|
209
|
+
"typesPublisherContentHash": "63fa42bcd8b2cf54eb20f7b4198df34b302bd97b97235e575a7660e7a52f1c51",
|
|
210
210
|
"typeScriptVersion": "2.0"
|
|
211
211
|
}
|