UNPKG

335 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.getRegistrationToken = void 0;
4const config_constants_1 = require("../config.constants");
5function getRegistrationToken(config) {
6 return config[config_constants_1.PARTIAL_CONFIGURATION_KEY];
7}
8exports.getRegistrationToken = getRegistrationToken;