@types/node 6.0.106 → 6.0.107
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 v6/README.md +1 -1
- node v6/index.d.ts +2 -2
- node v6/package.json +2 -2
node v6/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://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v6
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 30 Apr 2018 18:15:10 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 v6/index.d.ts
CHANGED
|
@@ -3710,8 +3710,8 @@ declare module "stream" {
|
|
|
3710
3710
|
highWaterMark?: number;
|
|
3711
3711
|
decodeStrings?: boolean;
|
|
3712
3712
|
objectMode?: boolean;
|
|
3713
|
-
write?: (chunk:
|
|
3714
|
-
writev?: (chunks: { chunk:
|
|
3713
|
+
write?: (chunk: any, encoding: string, callback: Function) => any;
|
|
3714
|
+
writev?: (chunks: { chunk: any, encoding: string }[], callback: Function) => any;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
3717
|
export class Writable extends Stream implements NodeJS.WritableStream {
|
node v6/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.107",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "4076c910b95d4fb7706e1f84fb95b52e5e9a892a8c671e8f1304b1dee711f240",
|
|
49
49
|
"typeScriptVersion": "2.0"
|
|
50
50
|
}
|