(it)
| 39 | useInteractive = false; |
| 40 | |
| 41 | function isFunction(it) { |
| 42 | return ostring.call(it) === '[object Function]'; |
| 43 | } |
| 44 | |
| 45 | function isArray(it) { |
| 46 | return ostring.call(it) === '[object Array]'; |
no outgoing calls
no test coverage detected
searching dependent graphs…