UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

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

10 lines (7 loc) 235 B
'use strict'; function getShopFromRequest(request) { const url = new URL(request.url); return url.searchParams.get('shop'); } exports.getShopFromRequest = getShopFromRequest; //# sourceMappingURL=get-shop-from-request.js.map