Repository URL to install this package:
|
Version:
1.1.3 ▾
|
"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