Website/node_modules/is-typedarray
2015-12-04 02:31:39 -05:00
..
index.js Paper rendering works, and news fields get populated correctly now. 2015-12-04 02:31:39 -05:00
LICENSE.md Paper rendering works, and news fields get populated correctly now. 2015-12-04 02:31:39 -05:00
package.json Paper rendering works, and news fields get populated correctly now. 2015-12-04 02:31:39 -05:00
README.md Paper rendering works, and news fields get populated correctly now. 2015-12-04 02:31:39 -05:00
test.js Paper rendering works, and news fields get populated correctly now. 2015-12-04 02:31:39 -05:00

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.