mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
'os' modules tmpdir function name fixed for 0.10.1 definitions.
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user