Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Blob schema type.

Type Parameters

optional
TOutput = Blob
definition: BaseSchema<Blob, TOutput> & { type: "blob"; message: ErrorMessage; pipe: Pipe<Blob> | undefined; }