Closed cpilson closed 5 years ago
I have to admit that I'm not a fan of these english specific pipes, I know there probably is one or two english specific pipes in the library but I feel like this is a little bit too much and should probably be in your own project.
For example: isVowel():
Y might be considered a vowel for certain language, for others, not. In french, Y is always a vowel, in english, it might be considered both vowel and consonant, etc.
Same thing for the pluralizes which would not work with another language.
Even though I appreciate the effort but I think it should be kept separate so the library size is not increasing for people who don't need these pipes.
Requires new
/src/utils/utils.ts
isVowel()
function.