UNPKG

@jeremyckahn/farmhand

Version:
8 lines (5 loc) 195 B
import { funAnimalName } from 'fun-animal-names' import { memoize } from './memoize.js' export const getPlayerName = memoize((playerId: string): string => { return funAnimalName(playerId) })