UNPKG

@shopify/shopify-app-remix

Version:

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

12 lines (8 loc) 384 B
'use strict'; var createOrLoadOfflineSession = require('../../authenticate/helpers/create-or-load-offline-session.js'); async function getOfflineSession(shop, params) { const session = await createOrLoadOfflineSession.createOrLoadOfflineSession(shop, params); return session; } exports.getOfflineSession = getOfflineSession; //# sourceMappingURL=get-offline-session.js.map