📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:11:45
📂
/ (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: debounce.js
Writable
export function debounce(func, wait) { var timeout return function() { var context = this, args = arguments var later = function () { timeout = null func.apply(context, args) } clearTimeout(timeout) timeout = setTimeout(later, wait) } }
💾 Save Changes
❌ Cancel