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) => {