is-something
v1.0.2
Published
is-something is very useful JavaScript package simplifying validation of input and output, handling most of possible edge cases!
Downloads
7
Maintainers
Readme
is-something
is-something is very useful, fast and efficent JavaScript package simplifying validation of input and output, handling most of possible edge cases
Usage
const iss = require('is-something')
iss(undefined) //=> false
iss(1453) //=> true
iss("JavaScript") //=> true