UNPKG

@shopify/shopify-app-express

Version:

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

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