README
words-counter
This is a javascript library to calculate the number of words in a sentence.
Finds the number of words in a string
<script type="module">
import wordCounterJs from 'https://cdn.skypack.dev/word-counter-js';
</script>
This is a javascript library to calculate the number of words in a sentence.