just-scripts
Version:
Just Stack Scripts
13 lines • 451 B
TypeScript
export declare const paths: {
/**
* Location where the generated project will go. Defaults to `process.cwd()`.
*/
projectPath: string;
/**
* Gets a directory path under `${os.tmpdir()}/just-stack` for temporarily storing files.
* @param segments Names of extra directory segments to include.
* @returns The directory path.
*/
tempPath(...segments: string[]): string;
};
//# sourceMappingURL=paths.d.ts.map