Files
gitbook/lib/output/modifiers/modifyHTML.js
T
2016-04-23 17:10:16 +02:00

16 lines
206 B
JavaScript

/**
Apply a list of operations to a page and
output the new page.
@param {Page}
@param {List<Transformation>}
*/
function modifyHTML(page, operations) {
}
module.exports = modifyHTML;