The word to convert.
The quantity to use for conversion.
Indicates whether to include the given quantity in the result.
Additional options for the conversion.
Optionalformat?: (quantity: number) => stringA function to format the quantity into a string. Only relevant if includeQuantity is true.
Converts the given word to the correct form with reference to grammatical number (singular or plural) based on the given quantity. Optionally, the quantity can be included in the resulting string before the word.