chore: Internal request filtering

This commit is contained in:
Tom Moor
2022-07-05 11:06:47 +02:00
parent 4e189b8970
commit c6fdffba77
8 changed files with 38 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
declare module "fetch-with-proxy" {
export = fetch;
import nodeFetch from "node-fetch";
export = nodeFetch;
}