UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

4 lines (3 loc) 152 B
export default function isFunction(input) { return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]'; }