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