Returns true if given a function.
module.exports = function(obj) { return typeof obj === 'function'; };