UNPKG

fantasy-name-generator

Version:

An easy to use race-based fantasy name generator. With TypeScript!

18 lines (16 loc) 275 B
import { allRaces, generateName, OtherRaceType, RaceType, RaceWithGenderType, RaceWithoutGenderType, } from "./util/nameGenerator"; export { allRaces, generateName as nameByRace, OtherRaceType, RaceType, RaceWithGenderType, RaceWithoutGenderType, };