UNPKG

62 BJavaScriptView Raw
1const isBlob = (x) => x instanceof Blob;
2export {
3 isBlob
4};