export const isNumber = (value: number): boolean => { return typeof value === 'number'; };