0.1.3 • Published 5 years ago

unique-words-count v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

unique-words-count NPM downloads Linux Build Status

It returns unique words from a text.

Install

Install with npm:

$ npm install --save unique-words-count

Usage

const uniqueWordsCount = require('unique-words-count');

const text = "It was a nice day. It was the best day in my life."

console.log(uniqueWordsCount(text)) //=> 10
0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago