UNPKG

@shopify/shopify-app-react-router

Version:

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

8 lines (6 loc) 203 B
function getShopFromRequest(request) { const url = new URL(request.url); return url.searchParams.get('shop'); } export { getShopFromRequest }; //# sourceMappingURL=get-shop-from-request.mjs.map