# max-array-length

> Return the maximum length of array in JavaScript.

Latest version **1.0.0** (published 2016-04-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install max-array-length
pnpm add max-array-length
yarn add max-array-length
bun add max-array-length
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-04-22 |
| First published | 2016-04-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | bubkoo |
| Maintainers | bubkoo |

## Links

- npm: https://www.npmjs.com/package/max-array-length
- Repository: https://github.com/mock-end/max-array-length
- Homepage: https://github.com/mock-end/max-array-length#readme
- Issues: https://github.com/mock-end/max-array-length/issues
- npm.io page: https://npm.io/package/max-array-length

## Recent versions

- 1.0.0 (latest) — 2016-04-22
- 0.0.0 — 2016-04-22

## README

# max-array-length

> Return the maximum length of array in JavaScript.


[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/mock-end/max-array-length/blob/master/LICENSE)

## Install

```
$ npm install --save max-array-length 
```

## Usage

```js
var MAX_ARRAY_LENGTH = require('max-array-length');
// => 4294967295
```

## Related

- [max-int](https://github.com/mock-end/max-int) - Return the maximum integer in JavaScript.
- [max-safe-int](https://github.com/mock-end/max-safe-int) - Return the maximum safe integer in JavaScript.

---
_Source: https://npm.io/package/max-array-length · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
