honkit
Version:
HonKit is building beautiful books using Markdown.
11 lines • 339 B
TypeScript
/**
* List all plugin requirements for a book.
* It can be different from the final list of plugins,
* since plugins can have their own dependencies
*
* @param {Book}
* @return {List<PluginDependency>}
*/
declare function listDepsForBook(book: any): any;
export default listDepsForBook;
//# sourceMappingURL=listDepsForBook.d.ts.map