UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

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