UNPKG

@shopify/shopify-app-remix

Version:

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

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