UNPKG

dmd-clear

Version:

plugin for jsdoc-to-markdown for clearer output

8 lines (7 loc) 210 B
// see source for https://github.com/jsdoc2md/dmd-bitbucket module.exports = function(){ return { partial: __dirname + "/partials/**/*.hbs", helper: __dirname + "/helpers/**/*.js" }; };