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

```
