A module that provide a function to detect a value is a function
npm install my-is-function
bash npm install --save my-is-function
js var isFunction = require('my-is-function') console.log(isFunction(isFunction))//true