function ipv6import { ipv6 } from "https://deno.land/x/valibot@v0.8.0/src/validations/ipv6/ipv6.ts"; ipv6<TInput extends string>(error?: string)Creates a validation functions that validates a IP v6 address. Type ParametersTInput extends stringParametersoptionalerror: stringThe error message.