Champ, slugger, skip, ace... Get one of these names!
Add this module to your project by running:
npm install @itsjonq/champ
Import the getName
function from the library to get a random (awesome) name!
import { getName } from '@itsjonq/champ'
getName()
// slugger
Returns a random name (string
), from the list of names.
Type: number
Retrieves a specific name from the list of names.
Thanks to @hownowstephen for being such a champ!