2 lines
85 B
JavaScript
2 lines
85 B
JavaScript
const isTypedArray = val => val instanceof TypedArray;
|
|
module.exports = isTypedArray |