mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +00:00
16 lines
233 B
JavaScript
16 lines
233 B
JavaScript
|
|
/**
|
|
Decode changes from a JS API to a page boject
|
|
|
|
@param {Output} output
|
|
@param {Page} page
|
|
@param {Object} result
|
|
@return {Page}
|
|
*/
|
|
function decodePage(output, page, result) {
|
|
|
|
|
|
}
|
|
|
|
module.exports = decodePage;
|