count-words-repetitions
v1.0.0
Published
Count the number of repetitions of each word quickly and easily!
Downloads
7
Maintainers
Readme
Count words repetitions
Count the number of repetitions of each word quickly and easily!
Installation
Install count-words-repetitions with npm
npm install count-words-repetitions
Usage/Examples
const cwr = require("count-words-repetitions");
const array = cwr.countWordsRepetitions("test come stai? test");
console.log(array);