UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

11 lines (10 loc) 251 B
/** 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