is-helpers
'Is' is a very small module that smoothes over some of the gotchas in JavaScript type checking. It behaves the way you (or rather, I) would expect type checking to work -- e.g., is.object() only works on objects that are neither arrays nor regular expressions. It also makes indexOf() easier to use, and provides search functions. Works in Node; should work in browser as well, exporting a variable 'is' into the global namespace.
85
Security score
0 known advisories in v0.0.1
Weekly downloads
—
Unpacked size
—
Dependencies
0
Last publish
14 years ago
Security advisories
No known vulnerabilities affect v0.0.1.