novwls

A simple tool to determine if a string contains a vowel.

Usage no npm install needed!

<script type="module">
  import novwls from 'https://cdn.skypack.dev/novwls';
</script>

README

novwls v0.0.3

A simple tool to determine if a string contains a vowel.

Instructions

  1. Install: $ npm i novwls

  2. Usage:

import hasVowel from 'novwls';

hasVowel('aeiou')