UNPKG

@shopify/app-bridge-core

Version:

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

8 lines (7 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Action = void 0; var Action; (function (Action) { Action["INITIALIZE"] = "APP::CLIENT::INITIALIZE"; })(Action || (exports.Action = Action = {}));