Skip to main content
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.6.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.