@types/node 9.6.48 → 9.6.49
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/README.md +1 -1
- node v9/inspector.d.ts +2 -2
- node v9/package.json +2 -2
node v9/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: Thu, 30 May 2019 18:05:38 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v9/inspector.d.ts
CHANGED
|
@@ -2524,7 +2524,7 @@ declare module "inspector" {
|
|
|
2524
2524
|
export function close(): void;
|
|
2525
2525
|
|
|
2526
2526
|
/**
|
|
2527
|
-
* Return the URL of the active inspector, or undefined if there is none.
|
|
2527
|
+
* Return the URL of the active inspector, or `undefined` if there is none.
|
|
2528
2528
|
*/
|
|
2529
|
-
export function url(): string;
|
|
2529
|
+
export function url(): string | undefined;
|
|
2530
2530
|
}
|
node v9/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.49",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -161,6 +161,6 @@
|
|
|
161
161
|
},
|
|
162
162
|
"scripts": {},
|
|
163
163
|
"dependencies": {},
|
|
164
|
-
"typesPublisherContentHash": "
|
|
164
|
+
"typesPublisherContentHash": "afd18608c65c72cf4cb7a535123f1191e231a87b9b3a58be214b5336aa6755e5",
|
|
165
165
|
"typeScriptVersion": "2.0"
|
|
166
166
|
}
|