📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 07:20:56
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
chalk
/
node_modules
/
has-flag
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/chalk/node_modules/has-flag
🔄 Refresh
✏️
Editing: index.js
Writable
'use strict'; module.exports = (flag, argv = process.argv) => { const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--'); const position = argv.indexOf(prefix + flag); const terminatorPosition = argv.indexOf('--'); return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition); };
💾 Save Changes
❌ Cancel