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

https://github.com/emadb/is-anything

A zero dependency package that checks if the given value is anything.
https://github.com/emadb/is-anything

Last synced: about 1 year ago
JSON representation

A zero dependency package that checks if the given value is anything.

Awesome Lists containing this project

README

          

# is-anything

A zero dependency package that checks if the given `value` is anything.

## Installation

$ npm install is-anything --save

## API

### isAnything(value)

```javascript

const isAnything = require('is-anything')
isAnything(arguments);
// > true
isAnything();
// > false
```

## Notes
:trollface:

## License

MIT