# array

Locked, prototype-pollution-resistant copies of the global `Array` static methods.

References to `Array.isArray`, `Array.from`, and `Array.of` are captured at module-load time and frozen into a tamper-proof namespace, so downstream code keeps working even if the global `Array` is later patched. Effective only when imported before any untrusted code has had a chance to mutate the prototype chain.

---

Canonical page: https://www.hyperfrontend.dev/docs/libraries/utils/immutable-api/built-in-copy/array/
This file: https://www.hyperfrontend.dev/docs/libraries/utils/immutable-api/built-in-copy/array.md
Documentation index: https://www.hyperfrontend.dev/llms.txt
