@types/node 6.0.104 → 6.0.105

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 CHANGED
@@ -8,9 +8,9 @@ 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: Tue, 03 Apr 2018 18:36:17 GMT
11
+ * Last updated: Mon, 09 Apr 2018 23:38:01 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
 
15
15
  # Credits
16
- These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Wilco Bakker <https://github.com/WilcoBakker>, Thomas Bouldin <https://github.com/inlined>, Sebastian Silbermann <https://github.com/eps1lon>, Alorel <https://github.com/Alorel>.
16
+ These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Wilco Bakker <https://github.com/WilcoBakker>, Thomas Bouldin <https://github.com/inlined>, Sebastian Silbermann <https://github.com/eps1lon>, Alorel <https://github.com/Alorel>, Hoàng Văn Khải <https://github.com/KSXGitHub>.
node v6/index.d.ts CHANGED
@@ -6,6 +6,7 @@
6
6
  // Thomas Bouldin <https://github.com/inlined>
7
7
  // Sebastian Silbermann <https://github.com/eps1lon>
8
8
  // Alorel <https://github.com/Alorel>
9
+ // Hoàng Văn Khải <https://github.com/KSXGitHub>
9
10
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
10
11
 
11
12
  /************************************************
@@ -3003,11 +3004,11 @@ declare module "path" {
3003
3004
  /**
3004
3005
  * The platform-specific file separator. '\\' or '/'.
3005
3006
  */
3006
- export var sep: string;
3007
+ export var sep: '\\' | '/';
3007
3008
  /**
3008
3009
  * The platform-specific file delimiter. ';' or ':'.
3009
3010
  */
3010
- export var delimiter: string;
3011
+ export var delimiter: ';' | ':';
3011
3012
  /**
3012
3013
  * Returns an object from a path string - the opposite of format().
3013
3014
  *
node v6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "6.0.104",
3
+ "version": "6.0.105",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -31,6 +31,11 @@
31
31
  "name": "Alorel",
32
32
  "url": "https://github.com/Alorel",
33
33
  "githubUsername": "Alorel"
34
+ },
35
+ {
36
+ "name": "Hoàng Văn Khải",
37
+ "url": "https://github.com/KSXGitHub",
38
+ "githubUsername": "KSXGitHub"
34
39
  }
35
40
  ],
36
41
  "main": "",
@@ -40,6 +45,6 @@
40
45
  },
41
46
  "scripts": {},
42
47
  "dependencies": {},
43
- "typesPublisherContentHash": "96d305611a04dab0790815014ffe101df26d902ae7fff06078e5f8b2d51aba43",
48
+ "typesPublisherContentHash": "1989d211076ebe7f06c06cd98c55811809abc56dc9a134f0a0b9e0fbd5d36408",
44
49
  "typeScriptVersion": "2.0"
45
50
  }