isBlob.js 90 B

12
  1. import { Blob } from "./Blob.js";
  2. export const isBlob = (value) => value instanceof Blob;