UNPKG

@godaddy/dmd

Version:

Plugin for jsdoc2md with improved readability and GitHub compatibility

9 lines (7 loc) 172 B
/* eslint-disable no-path-concat */ module.exports = function () { return { partial: __dirname + '/partials/**/*.hbs', helper: __dirname + '/helpers.js' }; };