UNPKG

pure-conditions

Version:
5 lines (4 loc) 97 B
function isFunction (value) { return typeof value === 'function' } module.exports = isFunction