(input)
| 14727 | } |
| 14728 | |
| 14729 | function isArray(input) { |
| 14730 | return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; |
| 14731 | } |
| 14732 | |
| 14733 | function isObject(input) { |
| 14734 | // IE8 will treat undefined and null as object if it wasn't for |
no outgoing calls
no test coverage detected