📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 00:59:27
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
alpinejs
/
src
/
utils
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/alpinejs/src/utils
🔄 Refresh
✏️
Editing: once.js
Writable
export function once(callback, fallback = () => {}) { let called = false return function () { if (! called) { called = true callback.apply(this, arguments) } else { fallback.apply(this, arguments) } } }
💾 Save Changes
❌ Cancel