UNPKG

@shopify/shopify-app-express

Version:

Shopify Express Middleware - to simplify the building of Shopify Apps with Express

4 lines 241 B
import { ApiAndConfigParams } from '../types'; import { ProcessWebhooksMiddleware } from './types'; export declare function processWebhooks({ api, config, }: ApiAndConfigParams): ProcessWebhooksMiddleware; //# sourceMappingURL=index.d.ts.map