HarshvardhanCn01's picture
Upload 1878 files
295e44e verified
import { File } from "./File.js";
export const isFile = (value) => value instanceof File;