UNPKG

@shopify/shopify-app-remix

Version:

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

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