From 497823da22af57331c97930301feb3dda074670d Mon Sep 17 00:00:00 2001 From: Dmitry Klingensmith <7909268+snuxy-pk@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:02:17 -0400 Subject: [PATCH] Update isDecimal.js update username change --- lib/isDecimal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isDecimal.js b/lib/isDecimal.js index 7e7fb44..4c2f855 100644 --- a/lib/isDecimal.js +++ b/lib/isDecimal.js @@ -2,7 +2,7 @@ /** * This function evaluates whether all the parameters are decimal values * @memberof variadic - * @author D1esel-Dev + * @author sunxy-pk * @param {...*} params - One or more parameters. */ exports.isDecimal = (...params) => {