Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 years ago
..
LICENSE.md root page set 6 years ago
README.md root page set 6 years ago
index.js root page set 6 years ago
package.json root page set 6 years ago
test.js root page set 6 years ago

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.