UNPKG
dmd-clear
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
plugin for jsdoc-to-markdown for clearer output
github.com/jtlapp/dmd-clear
jtlapp/dmd-clear
dmd-clear
/
index.js
8 lines
(7 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// see source for https://github.com/jsdoc2md/dmd-bitbucket
module
.
exports
=
function
(
){
return
{
partial
: __dirname +
"/partials/**/*.hbs"
,
helper
: __dirname +
"/helpers/**/*.js"
}; };