UNPKG

li18nt

Version:

Locales linter, formatter, sorter and prettifier

7 lines (6 loc) 151 B
/** * Pluralizes the given string and count * @param str * @param count */ export declare const pluralize: (str: string, count: number) => string;