UNPKG

endpointjs

Version:

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre

10 lines (9 loc) 213 B
module.exports = { default: { src: ['js/app/**/*.js'], options: { destination: 'dist/jsdoc-<%= pkg.version %>', configure: 'jsdoc.conf.json' } } };