Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 684 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 684 Bytes

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