UNPKG

@shopify/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router

11 lines (7 loc) 295 B
'use strict'; var authenticate = require('../public/extension/authenticate.js'); function authenticatePOSFactory(params) { return authenticate.authenticateExtensionFactory(params, 'pos'); } exports.authenticatePOSFactory = authenticatePOSFactory; //# sourceMappingURL=authenticate.js.map