Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@fbinhouse/spark-client / dist / client / utils / convertToIntroPageGroups.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var introPageGroup_1 = require("../introPageGroup");
var convertToIntroPageConfigs_1 = require("./convertToIntroPageConfigs");
var convertToIntroPageImages_1 = require("./convertToIntroPageImages");
function convertToIntroPageGroups(groups) {
    return groups.map(function (group) {
        return new introPageGroup_1.default(group.header, group.short_desc, group.long_desc, group.icon_name, convertToIntroPageConfigs_1.default(group.configs), (group.group_extras && group.group_extras.Content) || [], convertToIntroPageImages_1.default(group.banner_images));
    });
}
exports.convertToIntroPageGroups = convertToIntroPageGroups;
exports.default = convertToIntroPageGroups;
//# sourceMappingURL=convertToIntroPageGroups.js.map