UNPKG

book-plugin

Version:
13 lines (11 loc) 188 B
module.exports = { hooks: { // Index each page 'page': function (page) { console.log('page ok'); }, // Write index to disk 'finish': function() { } } };