fix
This commit is contained in:
11
book/node_modules/honkit/lib/output/modifiers/modifyHTML.d.ts
generated
vendored
Normal file
11
book/node_modules/honkit/lib/output/modifiers/modifyHTML.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
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
|
Reference in New Issue
Block a user