UNPKG

just-scripts

Version:
13 lines 451 B
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