quartz/wallet/node_modules/@ethersproject/web/thirdparty.d.ts
2022-03-04 20:05:23 +08:00

5 lines
124 B
TypeScript

declare module "node-fetch" {
function fetch(url: string, options: any): Promise<Response>;
export default fetch;
}