Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fetch_goody/src/utils.ts>isBlob

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Latest
function isBlob
import { isBlob } from "https://deno.land/x/fetch_goody@7.0.6/src/utils.ts";

Determine if a value is a Blob

Parameters

val: unknown

The value to test

Returns

val is Blob

True if value is a Blob, otherwise false