6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
declare module "fetch-with-proxy" {
|
|
import nodeFetch from "node-fetch";
|
|
|
|
export = nodeFetch;
|
|
}
|