UNPKG

@rashedmakkouk/dev-utils

Version:
8 lines (7 loc) 180 B
/** * Trims last character if ends with 's' or replaces 'ies' with 'y'. * * @returns Trimmed text. */ declare function singular(text: string): string; export default singular;