@nestjs/config
Version:
Nest - modern, fast, powerful node.js web framework (@config)
9 lines (8 loc) • 335 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getRegistrationToken = void 0;
const config_constants_1 = require("../config.constants");
function getRegistrationToken(config) {
return config[config_constants_1.PARTIAL_CONFIGURATION_KEY];
}
exports.getRegistrationToken = getRegistrationToken;
;