Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/keywork/http/functions/isInstanceOfResponse.ts>isInstanceOfResponse

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
function isInstanceOfResponse
import { isInstanceOfResponse } from "https://deno.land/x/keywork@v6.2.1/http/functions/isInstanceOfResponse.ts";

Checks if the given object is an instance of Response

Parameters

responsish: unknown

An object that's possibly a Response

Returns

responsish is Response