5.0.0 • Published 7 months ago

no-repeated-letters v5.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
7 months ago

no-repeated-letters

Detect repeated letters in a word.

Example

var noRepeatedLetters = require('no-repeated-letters');

noRepeatedLetters('human');
// => true

Installation

$ npm install no-repeated-letters

API

var noRepeatedLetters = require('no-repeated-letters');

noRepeatedLetters(word)

Returns true if every character in String word occurs only once in word. Returns false otherwise.

5.0.0

7 months ago

4.1.0

1 year ago

4.0.0

1 year ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

10 years ago

1.0.0

10 years ago