@types/node 12.20.14 → 12.20.15

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.20/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, 02 Jun 2021 07:31:37 GMT
11
+ * Last updated: Mon, 07 Jun 2021 23:01:28 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
 
@@ -21,16 +21,16 @@ interface Console {
21
21
  */
22
22
  countReset(label?: string): void;
23
23
  /**
24
- * The `console.debug()` function is an alias for {@link console.log()}.
24
+ * The `console.debug()` function is an alias for {@link console.log}.
25
25
  */
26
26
  debug(message?: any, ...optionalParams: any[]): void;
27
27
  /**
28
- * Uses {@link util.inspect()} on `obj` and prints the resulting string to `stdout`.
28
+ * Uses {@link util.inspect} on `obj` and prints the resulting string to `stdout`.
29
29
  * This function bypasses any custom `inspect()` function defined on `obj`.
30
30
  */
31
31
  dir(obj: any, options?: NodeJS.InspectOptions): void;
32
32
  /**
33
- * This method calls {@link console.log()} passing it the arguments received. Please note that this method does not produce any XML formatting
33
+ * This method calls {@link console.log} passing it the arguments received. Please note that this method does not produce any XML formatting
34
34
  */
35
35
  dirxml(...data: any[]): void;
36
36
  /**
@@ -43,7 +43,7 @@ interface Console {
43
43
  */
44
44
  group(...label: any[]): void;
45
45
  /**
46
- * The `console.groupCollapsed()` function is an alias for {@link console.group()}.
46
+ * The `console.groupCollapsed()` function is an alias for {@link console.group}.
47
47
  */
48
48
  groupCollapsed(...label: any[]): void;
49
49
  /**
@@ -51,7 +51,7 @@ interface Console {
51
51
  */
52
52
  groupEnd(): void;
53
53
  /**
54
- * The {@link console.info()} function is an alias for {@link console.log()}.
54
+ * The {@link console.info} function is an alias for {@link console.log}.
55
55
  */
56
56
  info(message?: any, ...optionalParams: any[]): void;
57
57
  /**
@@ -68,19 +68,19 @@ interface Console {
68
68
  */
69
69
  time(label?: string): void;
70
70
  /**
71
- * Stops a timer that was previously started by calling {@link console.time()} and prints the result to `stdout`.
71
+ * Stops a timer that was previously started by calling {@link console.time} and prints the result to `stdout`.
72
72
  */
73
73
  timeEnd(label?: string): void;
74
74
  /**
75
- * For a timer that was previously started by calling {@link console.time()}, prints the elapsed time and other `data` arguments to `stdout`.
75
+ * For a timer that was previously started by calling {@link console.time}, prints the elapsed time and other `data` arguments to `stdout`.
76
76
  */
77
77
  timeLog(label?: string, ...data: any[]): void;
78
78
  /**
79
- * Prints to `stderr` the string 'Trace :', followed by the {@link util.format()} formatted message and stack trace to the current position in the code.
79
+ * Prints to `stderr` the string 'Trace :', followed by the {@link util.format} formatted message and stack trace to the current position in the code.
80
80
  */
81
81
  trace(message?: any, ...optionalParams: any[]): void;
82
82
  /**
83
- * The {@link console.warn()} function is an alias for {@link console.error()}.
83
+ * The {@link console.warn} function is an alias for {@link console.error}.
84
84
  */
85
85
  warn(message?: any, ...optionalParams: any[]): void;
86
86
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.14",
3
+ "version": "12.20.15",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -207,6 +207,6 @@
207
207
  },
208
208
  "scripts": {},
209
209
  "dependencies": {},
210
- "typesPublisherContentHash": "2e58313cb47fcdf714f6591bdd70e667b4fb6722bad49359b8597fd57a857d35",
210
+ "typesPublisherContentHash": "150fc6e21aea3b31722cd56960998249b8445d350dad2c7f2056bc0c4c465815",
211
211
  "typeScriptVersion": "3.6"
212
212
  }