new CheckUtils()
Methods
-
static isSingular(noun) → {boolean}
-
Checks if the given noun is singular
Parameters:
Name Type Description noun
string The noun Returns:
boolean -true
if the noun is singular,false
otherwise