import {
  allRaces,
  generateName,
  OtherRaceType,
  RaceType,
  RaceWithGenderType,
  RaceWithoutGenderType,
} from "./util/nameGenerator";

export {
  allRaces,
  generateName as nameByRace,
  OtherRaceType,
  RaceType,
  RaceWithGenderType,
  RaceWithoutGenderType,
};
