is-function
is that thing a function? Use this module to find out
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
is-es6-generators
Check whether a value is a `Generator` or `GeneratorFunction`. The `co` way, more strict checking. Always return boolean true or false, never null or undefined.