UNPKG

@shopify/app-bridge

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

6 lines (5 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INTERNAL_PROTOCOL = void 0; var constants_1 = require("@shopify/app-bridge-core/src/util/constants"); Object.defineProperty(exports, "INTERNAL_PROTOCOL", { enumerable: true, get: function () { return constants_1.INTERNAL_PROTOCOL; } });