import { maxBytes } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Creates a validation function that validates the byte length of a string.
Parameters
optional
error: ErrorMessageThe error message.
import { maxBytes } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Creates a validation function that validates the byte length of a string.
The error message.