export function isNumber(string) { return !isNaN(parseFloat(string)); }