mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +00:00
15 lines
193 B
JavaScript
15 lines
193 B
JavaScript
|
|
/**
|
|
Encode a page in a context to a JS API
|
|
|
|
@param {Output} output
|
|
@param {Page} page
|
|
@return {Object}
|
|
*/
|
|
function encodePage(output, page) {
|
|
|
|
|
|
}
|
|
|
|
module.exports = encodePage;
|