8 lines
289 B
TypeScript
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
|