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

x/valibot/mod.ts>BlobSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias BlobSchema
import { type BlobSchema } from "https://deno.land/x/valibot@v0.28.1/mod.ts";

Blob schema type.

Type Parameters

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