UNPKG

prueba1mypluralize

Version:
7 lines (6 loc) 151 B
/** * @Method: Returns the plural form of any noun. * @Param {string} * @Return {string} */ export declare function getPlural(str: any): string;