summaryrefslogtreecommitdiffstats
path: root/lib/output/modifiers/modifyHTML.js
blob: c1dad7480ade9a8245219f5362df22dab4e1b1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


/**
    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;