import { mf } from "https://deno.land/x/mackerel_client_deno@v0.5.1/deps.ts";
const { uninstall } = mf;
Restore globalThis.fetch
to what it was before this library was imported.
import { mf } from "https://deno.land/x/mackerel_client_deno@v0.5.1/deps.ts";
const { uninstall } = mf;
Restore globalThis.fetch
to what it was before this library was imported.