An English word in singular
form.
The pluralized form of singular
.
Pluralize 'money'
:
import { pluralize } from '@sgrud/core';
pluralize('money'); // 'money'
Pluralize 'thesis'
:
import { pluralize } from '@sgrud/core';
pluralize('thesis'); // 'theses'
Generated using TypeDoc
pluralizes words of the English language.