Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias KindResponse
import { type KindResponse } from "https://deno.land/x/fileserver@1.1.19/src/types.ts";

A much kinder response than the Response.

definition: Omit<ServerResponse, "headers"> & { headers?: { [key: string]: string; } | Headers; cache?: boolean; }