UNPKG

markdown-serve

Version:

Simple Markdown files server for use as an Express middleware or standalone

11 lines (9 loc) 236 B
/** * @author Nguyen Ly <lyphtec@gmail.com> * @copyright Nguyen Ly 2014 * @license MIT License * * @fileOverview This is the base module definition * @module markdown-serve */ module.exports = require('./lib/server');