Skip to main content
Module

x/lunchbox/src/utils.ts>bring

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
variable bring
import { bring } from "https://deno.land/x/lunchbox@v0.1.13/src/utils.ts";

type

<ResponseObject>(
url: string,
method?: "GET" | "POST",
body?: BodyInit | null,
) => Promise<ResponseObject>