Skip to main content
Module

x/keywork/http/mod.ts>ResponseLike

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

Either a full Response, or a more primitive value to be processed.

definition:
| React.ReactElement
| { }
| null
| undefined
| Error
| string