From e3b37358b9eb0042644d2c3f11942bd524504f9f Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 21 Nov 2023 14:22:37 +0000 Subject: [PATCH] cleanup --- src/app/utils/numberUtils.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/utils/numberUtils.ts b/src/app/utils/numberUtils.ts index 76659bb..d6e8ff1 100644 --- a/src/app/utils/numberUtils.ts +++ b/src/app/utils/numberUtils.ts @@ -1,13 +1,3 @@ -/** - * Checks if the given value is an number. - * - * @param value the number - * @returns true if value is a number, otherwise false - */ -export function isNumber(value: any): boolean { - return !isNaN(value); -} - /** * Formats a number to a string with commas *