2025-05-12 05:38:44 +09:00

11 lines
251 B
TypeScript

/**
Initialize folder structure for a book
Read SUMMARY to created the right chapter
@param {Book}
@param {string}
@return {Promise}
*/
declare function initBook(rootFolder: any): any;
export default initBook;
//# sourceMappingURL=init.d.ts.map