const isTypedArray = val => val instanceof TypedArray; module.exports = isTypedArray;