UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

9 lines (6 loc) 142 B
'use strict'; function decodeHost(host) { return atob(host); } exports.decodeHost = decodeHost; //# sourceMappingURL=decode-host.js.map