Edit File: url-utils.d.ts
/** * Checks if the provided URL string is valid. */ export declare function isValidUrl(urlStr: string): boolean;
Back to File Manager