# isPhone
```ts
/**
 * 是否是手机号
 * @category RegExp
 */
export declare const isPhone: (value: any) => boolean;

```
