UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

4 lines 198 B
import * as z from "zod"; export declare const blobLikeSchema: z.ZodType<Blob, z.ZodTypeDef, Blob>; export declare function isBlobLike(val: unknown): val is Blob; //# sourceMappingURL=blobs.d.ts.map