UNPKG

apidoc-core

Version:

Core parser library to generate apidoc result following the apidoc-spec

15 lines (13 loc) 166 B
function parse() { return { private: true }; } /** * Exports */ module.exports = { parse : parse, path : 'local', method: 'insert' };