import { url } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Creates a validation functions that validates a URL.
Hint: The value is passed to the URL contructor to check if it is valid. This check is not perfect. For example, values like "abc:1234" are accepted.