Add links to DOM Event interfaces definitions in MDN documentation
npm install esdoc-external-events-plugin
{
"source": "./src",
"destination": "./doc",
"plugins": [{
"name": "esdoc-external-events-plugin",
"option": { "enable": true }
}]
}
enable
is default true
.
MIT