UNPKG

purespectrum-lib

Version:

shared code between front and backend projects

19 lines 2.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Flexibility = exports.AllocationFactory = exports.Blend = exports.QualificationChildGenderAgeMapper = exports.QuotaChildGenderAgeMapper = exports.ChildrenLabelMapper = exports.ChildGenderEnum = exports.Children = exports.Child = void 0; var child_1 = require("./child-age-gender-mapper/child/child"); Object.defineProperty(exports, "Child", { enumerable: true, get: function () { return child_1.Child; } }); var children_1 = require("./child-age-gender-mapper/children/children"); Object.defineProperty(exports, "Children", { enumerable: true, get: function () { return children_1.Children; } }); Object.defineProperty(exports, "ChildGenderEnum", { enumerable: true, get: function () { return children_1.ChildGenderEnum; } }); var quota_mapper_1 = require("./child-age-gender-mapper/quota-mapper/quota-mapper"); Object.defineProperty(exports, "QuotaChildGenderAgeMapper", { enumerable: true, get: function () { return quota_mapper_1.QuotaChildGenderAgeMapper; } }); var qualification_mapper_1 = require("./child-age-gender-mapper/qualification-mapper/qualification-mapper"); Object.defineProperty(exports, "QualificationChildGenderAgeMapper", { enumerable: true, get: function () { return qualification_mapper_1.QualificationChildGenderAgeMapper; } }); var children_label_mapper_1 = require("./child-age-gender-mapper/quota-mapper/children-label-mapper"); Object.defineProperty(exports, "ChildrenLabelMapper", { enumerable: true, get: function () { return children_label_mapper_1.ChildrenLabelMapper; } }); var allocation_1 = require("./allocation/allocation"); Object.defineProperty(exports, "Blend", { enumerable: true, get: function () { return allocation_1.Blend; } }); Object.defineProperty(exports, "AllocationFactory", { enumerable: true, get: function () { return allocation_1.AllocationFactory; } }); Object.defineProperty(exports, "Flexibility", { enumerable: true, get: function () { return allocation_1.Flexibility; } }); //# sourceMappingURL=index.js.map