The published isarray package as a vendorable file. Useful when you want the exact tiny fallback package behavior locally without keeping the npm dependency.
This page ships the published isarray file in both raw and normalized forms. The value is not novelty; it is to keep an old but still sticky compatibility helper local and inspectable.
Native alternative: Array.isArray exists in modern runtimes, but some old codebases still carry this helper and may prefer to vendor the exact package behavior during cleanup.
Note: Raw and normalized views are both available. Use normalized when you want an ESM and TypeScript-friendly file, and raw when you want the original published package shape.
This copy is your responsibility once you adopt it. It does not automatically receive upstream bug fixes or security updates.