import { url } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Creates a URL validation action.
Hint: The value is passed to the URL constructor to check if it is valid. This check is not perfect. For example, values like "abc:1234" are accepted.
Creates a URL validation action.
Hint: The value is passed to the URL constructor to check if it is valid. This check is not perfect. For example, values like "abc:1234" are accepted.
Type Parameters
TMessage extends ErrorMessage<UrlIssue<TInput>> | undefined
Parameters
message: TMessage
The error message.