# isHttps
```ts
/**
 * 是否是https的url
 * @category RegExp
 */
export declare const isHttps: (value: any) => boolean;

```
