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

x/keywork/http/mod.ts>isInstanceOfResponse

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
function isInstanceOfResponse
Re-export
import { isInstanceOfResponse } from "https://deno.land/x/keywork@v6.2.1/http/mod.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