Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@ethersproject/web/thirdparty.d.ts

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