English
Appearance
Determine whether the input value is a TypedArray.
TypedArray
import { isTypedArray } from 'rattail' isTypedArray(new Int8Array(8)) // return true
value
any
boolean