ts-humanize / plural
plural(
quantity,singular,plural?):string
Defined in: english/words.ts:80
plural formats an integer and a string into a single pluralized string.
The simple English rules of regular pluralization will be used if the plural form is empty/undefined.
number
string
string
string