UNPKG

@knennigtri/merge-markdown

Version:

Prepare input files to merge together and optionally output html/pdf/word presentation

10 lines (9 loc) 240 B
"use strict"; var manifestUtil = require("./manifest.js"); var merge = require("./merge.js"); var presentation = require("./presentation.js"); module.exports = { manifestUtil: manifestUtil, merge: merge, presentation: presentation };