import { url } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/url/index.ts";
Creates an 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 an 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.