0.0.5 • Published 6 years ago

starts-with-vowel v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

#Disclaimer

This is a joke project. At this state, at least. Please do not use it in production.

starts-with-vowel

A little utility that determines whether a word starts with a vowel or not. Useful for when you have to dynamically render text after indefinite articles

Still very naive but works ok for most cases.

Install

$ yarn add starts-with-vowel

or

$ npm install starts-with-vowel

https://www.npmjs.com/package/starts-with-vowel

Usage

startsWithVowel('dog') //false

startsWithVowel('x-box') //true

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago