mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
17 lines
232 B
JavaScript
17 lines
232 B
JavaScript
|
|
|
|
/**
|
|
page.progress is a deprecated property from GitBook v2
|
|
|
|
@param {Output}
|
|
@param {Page}
|
|
@return {Object}
|
|
*/
|
|
function encodeProgress(output, page) {
|
|
// todo
|
|
return {};
|
|
}
|
|
|
|
module.exports = encodeProgress;
|
|
|