'os' modules tmpdir function name fixed for 0.10.1 definitions.

This commit is contained in:
Mika Turunen
2014-11-25 21:25:28 +02:00
parent 6c6a5cce6d
commit 6f12067113
+1 -1
View File
@@ -465,7 +465,7 @@ declare module "zlib" {
}
declare module "os" {
export function tmpDir(): string;
export function tmpdir(): string;
export function hostname(): string;
export function type(): string;
export function platform(): string;