From 6f1206711393883ca008e9bda0b910f206c2609e Mon Sep 17 00:00:00 2001 From: Mika Turunen Date: Tue, 25 Nov 2014 21:25:28 +0200 Subject: [PATCH] 'os' modules tmpdir function name fixed for 0.10.1 definitions. --- node/node.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/node.d.ts b/node/node.d.ts index 2405b4408..852fdb34c 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -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;