mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 02:53:29 +00:00
14 lines
155 B
JavaScript
14 lines
155 B
JavaScript
|
|
/**
|
|
Index all levels in the summary
|
|
|
|
@param {Summary}
|
|
@return {Summary}
|
|
*/
|
|
function indexLevels(summary) {
|
|
|
|
}
|
|
|
|
|
|
module.exports = indexLevels;
|