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

x/eitherway/lib/adapters/web/fetch/mod.ts>ResponseLike

Yet Another Option and Result Implementation - providing safe abstractions for fallible flows inspired by F# and Rust
Latest
interface ResponseLike
import { type ResponseLike } from "https://deno.land/x/eitherway@0.10.0/lib/adapters/web/fetch/mod.ts";

Properties

ok: boolean
status: number
statusText: string