# isFunction
```ts
/**
 * 对象类型判断
 * @category Base
 */
export declare const isFunction: <K = Function>(val: any) => val is K;

```
