UNPKG

@seemusic/ui-components

Version:

A Vue 3 UI Library. Uses Composable.

7 lines (6 loc) 139 B
/** * @description 匹配是否为 url * @param str string * @returns boolean */ export declare const isURL: (str: string) => boolean;