is-function.js 84 Bytes Raw Blame History Permalink 1 2 3 module.exports = function isFunction (value) { return value instanceof Function }