Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.9.0/mod.ts";

Blob schema type.

Type Parameters

optional
TOutput = Blob
definition: BaseSchema<Blob, TOutput> & { schema: "blob"; }