%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/www/loslex/test/node_modules/alpinejs/src/utils/
Upload File :
Create Path :
Current File : //proc/self/root/www/loslex/test/node_modules/alpinejs/src/utils/debounce.js

export function debounce(func, wait) {
    let timeout

    return function() {
        const context = this, args = arguments

        const later = function () {
            timeout = null

            func.apply(context, args)
        }

        clearTimeout(timeout)

        timeout = setTimeout(later, wait)
    }
}

Zerion Mini Shell 1.0