Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpassen/is-cowboy

Checks whether a value is a cowboy
https://github.com/dpassen/is-cowboy

Last synced: 7 days ago
JSON representation

Checks whether a value is a cowboy

Awesome Lists containing this project

README

        

# is-cowboy

Checks whether a value is a cowboy

> 'A waste of time.' - Some

> 'An incredible waste of time.' - Others

## Installation

```shell
$ npm install is-cowboy
$ npm test
```

## Example

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

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

## API

### isCowboy(value)

Check whether `value` is a cowboy.

## License

MIT