UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 147 B
import { fetch } from '@whatwg-node/fetch'; export declare type AsyncFetchFn = typeof fetch; export declare const defaultAsyncFetch: AsyncFetchFn;