summaryrefslogtreecommitdiffstats
path: root/lib/api/encodeProgress.js
blob: f32c8d8cd82eef412aee3ce42e0f2a6fe35d29d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


/**
    page.progress is a deprecated property from GitBook v2

    @param {Output}
    @param {Page}
    @return {Object}
*/
function encodeProgress(output, page) {
    // todo
    return {};
}

module.exports = encodeProgress;