File size: 90 Bytes
295e44e |
1 2 3 |
import { Blob } from "./Blob.js";
export const isBlob = (value) => value instanceof Blob;
|
295e44e |
1 2 3 |
import { Blob } from "./Blob.js";
export const isBlob = (value) => value instanceof Blob;
|