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