"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initApiToGloal = initApiToGloal; exports.intl = exports.notify = exports.listenRemote = exports.callRemote = void 0; function _react() { const data = _interopRequireDefault(require("react")); _react = function _react() { return data; }; return data; } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } let callRemote; exports.callRemote = callRemote; let listenRemote; exports.listenRemote = listenRemote; let notify; exports.notify = notify; let intl; exports.intl = intl; function initApiToGloal(api) { exports.callRemote = callRemote = api.callRemote; // eslint-disable-line exports.listenRemote = listenRemote = api.listenRemote; exports.notify = notify = api.notify; exports.intl = intl = api.intl; }