This commit is contained in:
2025-08-01 00:14:21 +07:00
parent cef9bf9b97
commit 4590d0924f

View File

@@ -35,7 +35,7 @@
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
*/
export function damper(func, timeout = 300, force) {
export default function damper(func, timeout = 300, force) {
// Declaring the timer for executing the function
let timer;