ship-gis/node_modules/is-typedarray
2026-01-22 09:14:01 +09:00
..
index.js 20260122_1 2026-01-22 09:14:01 +09:00
LICENSE.md 20260122_1 2026-01-22 09:14:01 +09:00
package.json 20260122_1 2026-01-22 09:14:01 +09:00
README.md 20260122_1 2026-01-22 09:14:01 +09:00
test.js 20260122_1 2026-01-22 09:14:01 +09: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.