vowelc
v1.0.0
Published
Adds up the vowels in a string
Downloads
2
Readme
Vowel Count NPM package
what does this do?
adds together all the vowels in a string
installation
npm i vwc --save
then importing it into your code editor
import { vwc } from 'vwc';