📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:24:11
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yargs
/
build
/
lib
/
utils
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yargs/build/lib/utils
🔄 Refresh
✏️
Editing: which-module.js
Writable
export default function whichModule(exported) { if (typeof require === 'undefined') return null; for (let i = 0, files = Object.keys(require.cache), mod; i < files.length; i++) { mod = require.cache[files[i]]; if (mod.exports === exported) return mod; } return null; }
💾 Save Changes
❌ Cancel