import * as mockFetch from "https://deno.land/x/mock_fetch@0.3.0/mod.ts";
Variables
Replace | |
v mock | Mock a new route, or override an existing handler. |
This is the function that replaces | |
Remove an existing route handler. | |
Remove all existing route handlers. | |
Restore |
Type Aliases
A handler type for a router path match which gets passed the matched values |