UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

3 lines 221 B
import { ConfigInterface } from '../base-types'; export declare function fetchRequestFactory(config: ConfigInterface): (url: string, options?: RequestInit) => Promise<Response>; //# sourceMappingURL=fetch-request.d.ts.map