mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
Merge pull request #3226 from mikaturunen/master
Fixed the 'os' modules tmpdir function declaration.
This commit is contained in:
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@@ -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