Skip to main content
Module

x/mock_fetch/mod.ts>uninstall

An extremely simple way to mock globalThis.fetch responses
Latest
variable uninstall
import { uninstall } from "https://deno.land/x/mock_fetch@0.3.0/mod.ts";

Restore globalThis.fetch to what it was before this library was imported.

type

() => unknown