count-words-repetitions
v1.0.0
Published
Count the number of repetitions of each word quickly and easily!
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-repetitionsUsage/Examples
const cwr = require("count-words-repetitions");
const array = cwr.countWordsRepetitions("test come stai? test");
console.log(array);