1.0.0 • Published 1 year ago

count-words-repetitions v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MIT License

Issues

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);

Authors