purespectrum-lib
Version:
shared code between front and backend projects
8 lines (7 loc) • 719 B
TypeScript
import { Child } from './child-age-gender-mapper/child/child';
import { Children, ChildGenderEnum } from './child-age-gender-mapper/children/children';
import { QuotaChildGenderAgeMapper } from './child-age-gender-mapper/quota-mapper/quota-mapper';
import { QualificationChildGenderAgeMapper } from './child-age-gender-mapper/qualification-mapper/qualification-mapper';
import { ChildrenLabelMapper } from './child-age-gender-mapper/quota-mapper/children-label-mapper';
import { Blend, AllocationFactory, Flexibility } from './allocation/allocation';
export { Child, Children, ChildGenderEnum, ChildrenLabelMapper, QuotaChildGenderAgeMapper, QualificationChildGenderAgeMapper, Blend, AllocationFactory, Flexibility, };