Interface: PluralizeOptions
Defined in: string/pluralize/index.ts:6
Options for pluralize function.
Properties
plural?
readonlyoptionalplural:string
Defined in: string/pluralize/index.ts:10
Custom plural form. If not provided, applies standard English pluralization rules.
wordOnly?
readonlyoptionalwordOnly:boolean
Defined in: string/pluralize/index.ts:17
If true, returns only the pluralized word without the count.
Default
false