1.1.0 • Published 7 years ago

is-cowboy v1.1.0

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

is-cowboy

Checks whether a value is a cowboy

'A waste of time.' - Some

'An incredible waste of time.' - Others

Installation

$ npm install is-cowboy
$ npm test

Example

var cowboy = require('is-cowboy');

cowboy();	//false
cowboy('');	//false
cowboy('🤠');	//true

API

isCowboy(value)

Check whether `value` is a cowboy.

License

MIT