UNPKG

@shopify/shopify-api

Version:

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

6 lines 203 B
import { RequestInit } from 'node-fetch'; export declare const mockRequestCapture: { lastRequestInit: RequestInit | undefined; reset(): void; }; //# sourceMappingURL=mock_request_capture.d.ts.map