Skip to content

isTypedArray

Determine whether the input value is a TypedArray.

Usage

ts
import { isTypedArray } from 'rattail'

isTypedArray(new Int8Array(8)) // return true

Arguments

ArgTypeDefaults
valueany

Return

Type
boolean