is-cowboy

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-cowboy

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • dpassen