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 / convertToIntroPage.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var introPage_1 = require("../introPage");
var convertToIntroPageGroups_1 = require("./convertToIntroPageGroups");
function convertToIntroPage(introPage) {
    return new introPage_1.default(convertToIntroPageGroups_1.default(introPage.groups), (introPage.intro_page_extras && introPage.intro_page_extras.Content) || [], introPage.source_checksum);
}
exports.convertToIntroPage = convertToIntroPage;
exports.default = convertToIntroPage;
//# sourceMappingURL=convertToIntroPage.js.map