UNPKG

bit-docs

Version:

The sophisticated JavaScript documentation engine.

10 lines (9 loc) 152 B
/** * @module {function} hello-world * @description a description * @body * Some content */ module.exports = function(){ return "Hello World"; };