DefinitelyTyped/types/temp-dir/index.d.ts
2018-12-15 16:35:44 +01:00

9 lines
283 B
TypeScript

// Type definitions for temp-dir 1.0
// Project: https://github.com/sindresorhus/temp-dir#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = tempDir;
declare const tempDir: string;