isAnOrA
A small module to test the first letter in a string for a vowel and return the appropriate word before the string. If the first letter is a vowel return 'an' if the first letter is not a vowel return 'a'.
A small module to test the first letter in a string for a vowel and return the appropriate word before the string. If the first letter is a vowel return 'an' if the first letter is not a vowel return 'a'.
npm i is-an-or-a
1
1.0.0
MIT