Gazebo_simulation-Frontend/node_modules/is-typedarray
Riddhi Dave f4870cd530 simulator page updates 2020-12-22 09:59:14 -05:00
..
LICENSE.md React files 2020-12-21 10:29:31 -05:00
README.md React files 2020-12-21 10:29:31 -05:00
index.js React files 2020-12-21 10:29:31 -05:00
package.json simulator page updates 2020-12-22 09:59:14 -05:00
test.js React files 2020-12-21 10:29:31 -05: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.