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

x/libpkgx/src/deps.ts>is_what.isBlob

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
function is_what.isBlob
import { is_what } from "https://deno.land/x/libpkgx@v0.15.1/src/deps.ts";
const { isBlob } = is_what;

Returns whether the payload is a Blob

Parameters

payload: any

Returns

payload is Blob