This package has been deprecated

Author message:

use util.types.isTypedArray() instead

@trott/istypedarray

1.0.1 • Public • Published

isTypedArray

Utility function to check if an object is a TypedArray

Installation

npm install @trott/istypedarray

Usage

const isTypedArray = require('@trott/istypedarray');
isTypedExport(new Uint8ClampedArray([])); // true
isTypedExport('fhqwhgads'); // false

Readme

Keywords

Package Sidebar

Install

npm i @trott/istypedarray

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

2.09 kB

Total Files

4

Last publish

Collaborators

  • trott