DefinitelyTyped/types/tempy/index.d.ts
2018-10-12 09:32:10 -07:00

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;