UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

6 lines (5 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultAsyncFetch = void 0; const fetch_1 = require("@whatwg-node/fetch"); exports.defaultAsyncFetch = fetch_1.fetch;