UNPKG

@platformbuilders/validations

Version:
9 lines 253 B
/** * Validates if string is a valid URL * it should contain http, https, ftp or www * * Empty not allowed * @param string * @returns boolean */ export declare const isValidURL: (value?: string) => boolean; //# sourceMappingURL=isValidURL.d.ts.map