UNPKG

fantasy-name-generator

Version:

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

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