1.0.0 • Published 10 months ago

easy-word-counter v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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

10 months ago