From 3fb2da32cefcacef4efa45ea08c84f47e2e22823 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sat, 11 Jan 2025 22:38:44 +0700 Subject: [PATCH] remove `default` --- damper.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damper.mjs b/damper.mjs index 1ac85b0..9ac9254 100644 --- a/damper.mjs +++ b/damper.mjs @@ -35,7 +35,7 @@ * @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License * @author Arsen Mirzaev Tatyano-Muradovich */ -export default function damper(func, timeout = 300, force) { +export function damper(func, timeout = 300, force) { // Declaring the timer for executing the function let timer;