fix
This commit is contained in:
8
book/node_modules/honkit/lib/fs/tmpdir.d.ts
generated
vendored
Normal file
8
book/node_modules/honkit/lib/fs/tmpdir.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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
|
Reference in New Issue
Block a user