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