简体中文
Appearance
判断输入值是否是 TypedArray。
TypedArray
import { isTypedArray } from 'rattail' isTypedArray(new Int8Array(8)) // return true
value
any
boolean