2 lines
90 B
JavaScript
2 lines
90 B
JavaScript
import { Blob } from "./Blob.js";
|
|
export const isBlob = (value) => value instanceof Blob;
|