UNPKG

@nguyenmv2/buy-button

Version:

BuyButton.js allows merchants to build Shopify interfaces into any website

13 lines (12 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var windowUtils = { location: function location() { return window.location.href; } }; var _default = windowUtils; exports.default = _default;