/** * 合法url * @param {*} textval * @returns */ declare const isvalidURL: (textval: string) => boolean; export default isvalidURL;