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

x/mackerel_client_deno/deps.ts>mf.install

Mackerel API Client in Deno
Go to Latest
variable mf.install
import { mf } from "https://deno.land/x/mackerel_client_deno@v0.5.1/deps.ts";
const { install } = mf;

Replace globalThis.fetch with mockedFetch (or another function that matches the fetch signature)

To restore the original globalThis.fetch, call uninstall().

type

(replacement?: fetch) => unknown