11 lines
251 B
TypeScript
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
|