novwls
v0.0.3
Published
A simple tool to determine if a string contains a vowel.
Readme
novwls v0.0.3
A simple tool to determine if a string contains a vowel.
Instructions
Install:
$ npm i novwlsUsage:
import hasVowel from 'novwls';
hasVowel('aeiou')