Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function blob
import { blob } from "https://deno.land/x/valibot@1.0.0-beta.0-to-json-schema/src/schemas/blob/blob.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.