chore: Internal request filtering
This commit is contained in:
4
server/typings/fetch-with-proxy.d.ts
vendored
4
server/typings/fetch-with-proxy.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
declare module "fetch-with-proxy" {
|
||||
export = fetch;
|
||||
import nodeFetch from "node-fetch";
|
||||
|
||||
export = nodeFetch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user