chat-client/node_modules/is-typedarray
jsrobson10 a760adb0c5 Initial Commit 2019-03-24 17:22:44 +11:00
..
LICENSE.md Initial Commit 2019-03-24 17:22:44 +11:00
README.md Initial Commit 2019-03-24 17:22:44 +11:00
index.js Initial Commit 2019-03-24 17:22:44 +11:00
package.json Initial Commit 2019-03-24 17:22:44 +11:00
test.js Initial Commit 2019-03-24 17:22:44 +11: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.