Files
world/book/node_modules/honkit/lib/fs/tmpdir.d.ts
2025-05-12 05:38:44 +09:00

8 lines
289 B
TypeScript

/**
* Create a temporary directory with a real path
* ebook-convert requires a real path to work
* https://github.com/honkit/honkit/issues/394
* @param prefix "honkit-"
*/
export declare const createTmpDirWithRealPath: (prefix?: string) => string;
//# sourceMappingURL=tmpdir.d.ts.map