UNPKG

is-something

Version:

is-something is very useful JavaScript package simplifying validation of input and output, handling most of possible edge cases!

13 lines (9 loc) 303 B
# 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 ```