@types/node 10.12.1 → 10.12.2
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/index.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: Thu, 01 Nov 2018 17:34:45 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/index.d.ts
CHANGED
|
@@ -5666,7 +5666,7 @@ declare module "path" {
|
|
|
5666
5666
|
/**
|
|
5667
5667
|
* The right-most parameter is considered {to}. Other parameters are considered an array of {from}.
|
|
5668
5668
|
*
|
|
5669
|
-
* Starting from leftmost {from}
|
|
5669
|
+
* Starting from leftmost {from} parameter, resolves {to} to an absolute path.
|
|
5670
5670
|
*
|
|
5671
5671
|
* If {to} isn't already absolute, {from} arguments are prepended in right to left order,
|
|
5672
5672
|
* until an absolute path is found. If after using all {from} paths still no absolute path is found,
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "10.12.
|
|
3
|
+
"version": "10.12.2",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -168,6 +168,6 @@
|
|
|
168
168
|
},
|
|
169
169
|
"scripts": {},
|
|
170
170
|
"dependencies": {},
|
|
171
|
-
"typesPublisherContentHash": "
|
|
171
|
+
"typesPublisherContentHash": "fdd261d8129f1041a7848c68af3ab29b54ffa6b7123336a438ca6006cbac9b07",
|
|
172
172
|
"typeScriptVersion": "2.0"
|
|
173
173
|
}
|