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