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