UNPKG

295 BTypeScriptView Raw
1// Type definitions for os-tmpdir 1.0
2// Project: https://github.com/sindresorhus/os-tmpdir#readme
3// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = os_tmpdir;
7declare function os_tmpdir(): string;