UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

11 lines (10 loc) 279 B
/** Apply a list of operations to a page and output the new page. @param {Page} @param {List|Array<Transformation>} @return {Promise<Page>} */ declare function modifyHTML(page: any, operations: any): any; export default modifyHTML; //# sourceMappingURL=modifyHTML.d.ts.map