{"library":"x-is-array","type":"library","category":null,"description":"x-is-array is a lightweight, single-purpose JavaScript utility designed solely to determine if a given value is an array. It is currently at version 0.1.0 and, given its stable and minimal functionality, does not follow a frequent release cadence, as its core logic is well-established and rarely requires updates. Its key differentiator is its explicit existence as a standalone npm package for environments where a dedicated import might be preferred over direct usage of the built-in `Array.isArray()`, though they achieve the same result. It's often used in older CommonJS environments or as a simple dependency in utility libraries. This package serves as a direct alternative to `Array.isArray()` for compatibility or stylistic reasons in specific project setups.","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install x-is-array","imports":["import isArray from 'x-is-array';","const isArray = require('x-is-array');","import isArray from 'x-is-array';\n// In TypeScript, `isArray` will correctly narrow types if used as a type guard."]},{"cmd":"yarn add x-is-array","imports":[]},{"cmd":"pnpm add x-is-array","imports":[]}],"homepage":null,"github":"https://github.com/Matt-Esch/x-is-array","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/x-is-array","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/x-is-array/compatibility"}}