UNPKG

@altiore/form

Version:

Form helper for building powerful forms

3 lines (2 loc) 194 B
export declare function pluralNoun(num: number, one: string, few: string, many: string): string; export declare function pluralVerb(num: number, one: string, few: string, many: string): string;