chat-server/node_modules/is-typedarray
jsrobson10 024634c8ca Added a database for users 2019-04-10 20:23:01 +10:00
..
LICENSE.md Added a database for users 2019-04-10 20:23:01 +10:00
README.md Added a database for users 2019-04-10 20:23:01 +10:00
index.js Added a database for users 2019-04-10 20:23:01 +10:00
package.json Added a database for users 2019-04-10 20:23:01 +10:00
test.js Added a database for users 2019-04-10 20:23:01 +10:00

README.md

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.