export default function isNumber(x: any): boolean { return (typeof x === 'number'); }