SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
90 Bytes
import { Blob } from "./Blob.js";
export const isBlob = (value) => value instanceof Blob;