DefinitelyTyped/types/os-tmpdir/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
288 B
TypeScript

// Type definitions for os-tmpdir 1.0
// Project: https://github.com/sindresorhus/os-tmpdir#readme
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = os_tmpdir;
declare function os_tmpdir(): string;