# isIdCard
```ts
/**
 * 是否为身份证号（中国的）
 * @category RegExp
 */
export declare const isIdCard: (value: any) => boolean;

```
