1. is-typedarray
Detect whether or not an object is a Typed Array
is-typedarray
Package: is-typedarray
Created by: hughsk
Last modified: Sun, 19 Jun 2022 02:51:55 GMT
Version: 1.0.0
License: MIT
Downloads: 101,572,986
Repository: https://github.com/hughsk/is-typedarray

Install

npm install is-typedarray
yarn add is-typedarray

is-typedarray locked

Detect whether or not an object is a
Typed Array.

Usage

NPM

isTypedArray(array)

Returns true when array is a Typed Array, and false when it is not.

License

MIT. See LICENSE.md for details.

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code