Skip to main content
Module

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

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

Creates a Base64 validation action.

Type Parameters

TInput extends string

Returns

Base64Action<TInput, undefined>

A Base64 action.

Creates a Base64 validation action.

Type Parameters

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

Parameters

message: TMessage

The error message.