(obj)
| 5829 | }; |
| 5830 | |
| 5831 | var ArrayIsArray = function (obj) { |
| 5832 | try { |
| 5833 | return str.call(obj) === "[object Array]"; |
| 5834 | } |
| 5835 | catch(e) { |
| 5836 | return false; |
| 5837 | } |
| 5838 | }; |
| 5839 | |
| 5840 | module.exports = { |
| 5841 | isArray: ArrayIsArray, |
nothing calls this directly
no outgoing calls
no test coverage detected