/** * * @param x */ export default function isFunction(x: any): x is Function;