Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>blobAsync

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

Creates an async blob schema.

Parameters

optional
pipe: PipeAsync<Blob>

A validation and transformation pipe.

Returns

An async blob schema.

Creates an async blob schema.

Parameters

optional
error: string

The error message.

optional
pipe: PipeAsync<Blob>

A validation and transformation pipe.

Returns

An async blob schema.