summaryrefslogtreecommitdiffstats
path: root/lib/output/index.js
blob: 67ca5eeb2e8931d9910abc369840a4745555ed28 (plain)
1
2
3
4
5
6
7
8
9
10
11


function generate(book, output) {

}



module.exports = {
    generate: generate
};