Skip to main content
Module

x/valibot/src/actions/base64/index.ts>Base64Action

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

Base64 action type.

Type Parameters

TInput extends string
TMessage extends ErrorMessage<Base64Issue<TInput>> | undefined

Properties

readonly
type: "base64"

The action type.

readonly
reference: base64

The action reference.

readonly
expects: null

The expected property.

readonly
requirement: RegExp

The Base64 regex.

readonly
message: TMessage

The error message.