function blobimport { blob } from "https://deno.land/x/valibot@v0.13.0/src/schemas/blob/blob.ts"; blob(pipe?: Pipe<Blob>): BlobSchemaCreates a blob schema. blob(error?: string, pipe?: Pipe<Blob>): BlobSchemaCreates a blob schema. Creates a blob schema. Parametersoptionalpipe: Pipe<Blob>A validation and transformation pipe. ReturnsBlobSchemaA blob schema. Creates a blob schema. Parametersoptionalerror: stringThe error message. optionalpipe: Pipe<Blob>A validation and transformation pipe. ReturnsBlobSchemaA blob schema.