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
/
util.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
export
function
capitalizeFirstLetter
(
string
:
string
):
string
;
export
function
aRandom
(
length
:
number
):
number
;