5.0.0 • Published 2 years ago

no-repeated-letters v5.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years 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

2 years ago

4.1.0

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

11 years ago

1.0.0

11 years ago