UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

9 lines (6 loc) 257 B
import { authenticateExtensionFactory } from '../extension/authenticate.mjs'; function authenticatePOSFactory(params) { return authenticateExtensionFactory(params, 'pos'); } export { authenticatePOSFactory }; //# sourceMappingURL=authenticate.mjs.map