📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 03:27:25
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jsdoc
/
lib
/
jsdoc
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jsdoc/lib/jsdoc
🔄 Refresh
✏️
Editing: readme.js
Writable
/** * Make the contents of a README file available to include in the output. * @module jsdoc/readme */ const env = require('jsdoc/env'); const fs = require('jsdoc/fs'); const markdown = require('jsdoc/util/markdown'); /** * Represents a README file. */ class ReadMe { /** * @param {string} path - The filepath to the README. */ constructor(path) { const content = fs.readFileSync(path, env.opts.encoding); const parse = markdown.getParser(); this.html = parse(content); } } module.exports = ReadMe;
💾 Save Changes
❌ Cancel