📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 11:20:24
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jsdoc
/
plugins
/
test
/
fixtures
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jsdoc/plugins/test/fixtures
🔄 Refresh
✏️
Editing: underscore.js
Writable
'use strict'; /** This doclet will be shown by default, just like normal. */ function normal() {} /** This doclet will be hidden by default because it begins with an underscore. */ function _hidden() {} /** * Klass class * @class */ function Klass() { /** This is a private property of the class, and should not. */ this._privateProp = null; /** * This is a property explicitly marked as private. * @private */ this.privateProp = null; }
💾 Save Changes
❌ Cancel