1.1.2 • Published 4 years ago

iskenny v1.1.2

Weekly downloads
16
License
ISC
Repository
github
Last release
4 years ago

isKenny

Returns true if the given input string is kenny.

Install

Install with npm:

$ npm install --save iskenny

Usage

Works only with strings. not case sensitive.

const isKenny = require('iskenny');

console.log(isKenny('Kenny')); //=> true
console.log(isKenny('kenny')); //=> true

console.log(isKenny(0)); //=> false
console.log(isKenny('Andy')); //=> false
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago