UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

3 lines (2 loc) 173 B
import { fetch } from '@whatwg-node/fetch'; export default function fetchWrapper(input: Parameters<typeof fetch>[0], init?: Parameters<typeof fetch>[1]): Promise<Response>;