(a)
| 9 | var dv = DataView; |
| 10 | |
| 11 | function isTypedArray(a) { |
| 12 | return ab.isView(a) && !(a instanceof dv); |
| 13 | } |
| 14 | exports.isTypedArray = isTypedArray; |
| 15 | |
| 16 | function isArrayOrTypedArray(a) { |
no outgoing calls
no test coverage detected
searching dependent graphs…