is-boolean-object
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
kind-of-types
List of all javascript types. Used and useful for checking, validation, sanitizing and testing. Like isStream, isPromise, isWeakset and etc.
checker-as-is
Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, strict object and more.