@eluvio/elv-js-helpers
Version:
A collection of Javascript helper functions used by several Eluvio libraries.
32 lines (31 loc) • 559 B
JSON
{
"tags": {
"allowUnknownTags": [
"category",
"curried",
"sig"
],
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"src"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"pedantic": true,
"private": true,
"recurse": true,
"template-bak": "./node_modules/@eluvio/elv-ramdoc",
"template": "./node_modules/@eluvio/elv-ramdoc"
}
}