📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 02:58:32
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jsdoc
/
plugins
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jsdoc/plugins
🔄 Refresh
✏️
Editing: shout.js
Writable
/** * This is just an example. * * @module plugins/shout */ exports.handlers = { /** * Make your descriptions more shoutier. */ newDoclet({doclet}) { if (typeof doclet.description === 'string') { doclet.description = doclet.description.toUpperCase(); } } };
💾 Save Changes
❌ Cancel