1.0.0 • Published 2 years ago

vowelc v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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';
1.0.0

2 years ago