mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
424 B
TypeScript
11 lines
424 B
TypeScript
// Type definitions for tempy 0.2
|
|
// Project: https://github.com/sindresorhus/tempy#readme
|
|
// Definitions by: Douglas Duteil <https://github.com/douglasduteil>, Gustav Bylund <https://github.com/maistho>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function directory(): string;
|
|
export function file(
|
|
options?: { extension: string } | { name: string }
|
|
): string;
|
|
export const root: string;
|