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.
- Host: GitHub
- URL: https://github.com/emadb/is-anything
- Owner: emadb
- License: mit
- Created: 2016-10-28T14:21:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T14:40:11.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T05:29:38.261Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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