biohazard333
Mensaje de commit
8775c1a
import { Blob } from "./Blob.js";
export const isBlob = (value) => value instanceof Blob;