(func)
| 71 | } |
| 72 | |
| 73 | function isFunction(func) { |
| 74 | return func && {}.toString.call(func) === '[object Function]'; |
| 75 | } |
| 76 | |
| 77 | function isNumber(val) { |
| 78 | return typeof val === 'number'; |
no outgoing calls
no test coverage detected
searching dependent graphs…