UNPKG
prueba1mypluralize
Version:
latest (0.0.1)
0.0.1
Prueba numero 1
github.com/feliperoan/mypluralize
feliperoan/mypluralize
prueba1mypluralize
/
dist
/
index.d.ts
7 lines
(6 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@Method
: Returns the plural form of any noun. *
@Param
{
string
} *
@Return
{
string
} */
export
declare
function
getPlural
(
str
:
any
):
string
;