UNPKG
random-animal-name
Version:
latest (0.1.1)
0.1.1
0.1.0
Heck simple! A random animal name generator
github.com/poush/random-animal
poush/random-animal
random-animal-name
/
src
/
index.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
export
= generateRandomAnimal;
declare
function
generateRandomAnimal
(
):
string
;