Skip to main content
Module

x/valibot/src/schemas/blob/index.ts>blob

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

Creates a blob schema.

Returns

BlobSchema<undefined>

A blob schema.

Creates a blob schema.

Type Parameters

TMessage extends ErrorMessage<BlobIssue> | undefined

Parameters

message: TMessage

The error message.

Returns

A blob schema.