Function type check:
sb.isFunction(() => {})
-> true
sb.isFunction(console.log)
sb.isFunction({})
-> false