UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRegistrationToken = getRegistrationToken; const config_constants_1 = require("../config.constants"); /** * @publicApi */ function getRegistrationToken(config) { return config[config_constants_1.PARTIAL_CONFIGURATION_KEY]; }