1.0.0 • Published 2 years ago
easy-word-counter v1.0.0
Easy Word Counter
count the number of word in a text
Install Easy Word Counter
npm i easy-word-counter
Count the number of word in a text/sentence
const easywordcounter = require('easy-word-counter');
easywordcounter.countWords(sentence);
1.0.0
2 years ago