3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
const isTypedArray = val => val instanceof TypedArray;
|
|
module.exports = isTypedArray;
|