UNPKG
megadoc-plugin-markdown
Version:
latest (7.2.1)
7.2.1
7.2.0
7.1.1
7.1.0
7.0.0
7.0.0-beta.2
7.0.0-beta.1
6.5.0
6.4.0
6.3.0
6.2.4
6.2.3
6.2.2
6.2.0
6.1.0
6.0.1
6.0.0
6.0.0-beta.12
6.0.0-beta.11
6.0.0-beta.9
6.0.0-beta.7
6.0.0-beta.6
6.0.0-beta.5
6.0.0-beta.3
6.0.0-beta.2
5.0.1
5.0.0
Markdown documentation generator for megadoc.
github.com/megadoc/megadoc
megadoc/megadoc
megadoc-plugin-markdown
/
lib
/
configureFn.js
5 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
const
defaults =
require
(
'./config'
);
module
.
exports
=
function
(
userOptions
) {
return
Object
.
assign
({}, defaults, userOptions); };