2 lines
48 B
TypeScript
2 lines
48 B
TypeScript
export function pluralize(str: string): string;
|
export function pluralize(str: string): string;
|