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