Skip to content

hughsk/an-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

an-array

Check if an object is an array or a typed array.

Usage

NPM

is = anArray(array)

Returns true if the object is one of the following:

  • Float32Array
  • Float64Array
  • Uint8ClampedArray
  • Uint8Array
  • Uint16Array
  • Uint32Array
  • Int8Array
  • Int16Array
  • Int32Array
  • Array

Otherwise, will return false.

License

MIT. See LICENSE.md for details.

About

Check if an object is an array or a typed array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published