Skip to main content
Module

x/ana_utils/mod.ts>bring

🅰️ Utility functions for Ana
Go to Latest
variable bring
import { bring } from "https://deno.land/x/ana_utils@v0.0.4/mod.ts";

type

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