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