Skip to main content
Module

x/valibot/src/actions/index.ts>maxBytes

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function maxBytes
import { maxBytes } from "https://deno.land/x/valibot@v0.36.0/src/actions/index.ts";

Creates a max bytes validation action.

Type Parameters

TInput extends string
TRequirement extends number

Parameters

requirement: TRequirement

The maximum bytes.

Returns

A max bytes action.

Creates a max bytes validation action.

Type Parameters

TInput extends string
TRequirement extends number
TMessage extends ErrorMessage<MaxBytesIssue<TInput, TRequirement>> | undefined

Parameters

requirement: TRequirement

The maximum bytes.

message: TMessage

The error message.