UNPKG

@shopify/app-bridge

Version:

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

7 lines (6 loc) 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SEPARATOR = exports.PREFIX = void 0; var constants_1 = require("@shopify/app-bridge-core/actions/constants"); Object.defineProperty(exports, "PREFIX", { enumerable: true, get: function () { return constants_1.PREFIX; } }); Object.defineProperty(exports, "SEPARATOR", { enumerable: true, get: function () { return constants_1.SEPARATOR; } });