Very minimal collection is isA functions. isObject, isArray, isDate...
npm install isa.jsISA - dependency-free very minimal collection of IsA.. functions

========
isa is an extremely small library providing helper functions for type checking.
Underscore and lodash can be proven too huge and bloated if you only need service like this.
The size of this package is: __1700 bytes__.
Command line:
npm install isa.js --save
In JS code:
var _ = require('isa.js');
...
_.isFunction( function(){} );
Services:
isArray, isObject, isError, isNumber, isDate, isFunction, isAsyncFunction, isBoolean, isString, isRegExp
Extras:
pick, walk, isValidPath