UNPKG

random-animal-name

Version:

Heck simple! A random animal name generator

3 lines (2 loc) 112 B
export function capitalizeFirstLetter(string: string): string; export function aRandom(length: number): number;