UNPKG
plugin-for-dmd
Version:
latest (1.0.1)
1.0.1
1.0.0
A better markdown template for jsdoc
github.com/fool2fish/plugin-for-dmd
fool2fish/plugin-for-dmd
plugin-for-dmd
/
index.js
9 lines
(7 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
module
.
exports
=
function
(
){
return
{
partial
: __dirname +
"/partials/*.hbs"
,
helper
: __dirname +
"/helper.js"
, }; };