sjufan84's picture
updated UI
77731d1
raw
history blame
90 Bytes
import { Blob } from "./Blob.js";
export const isBlob = (value) => value instanceof Blob;