export const validateNumber = (inputValue: string) => !isNaN(Number(inputValue))