📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 05:10:32
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jsdoc
/
lib
/
jsdoc
/
util
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jsdoc/lib/jsdoc/util
🔄 Refresh
✏️
Editing: stripbom.js
Writable
/** * Module to strip the leading BOM, if present, from UTF-8 files. * @module * @private */ /** * Strip the leading BOM, if present, from a string. * * @private * @param {string} text - The string to strip. * @return {string} The stripped string. */ exports.strip = (text = '') => text.replace(/^\uFEFF/, '');
💾 Save Changes
❌ Cancel