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