Files
lan-manager/web/node_modules/ml-array-max/README.md
openclaw 0a5f6a8047 Initial commit: Lan-manager project code
- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs

Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
2026-04-20 00:52:58 +08:00

29 lines
586 B
Markdown

# array-max
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
Get the maximum value in an array.
## Installation
`$ npm install --save ml-array-max`
## Usage
```js
import max from 'ml-array-max';
const result = max([1, 5, 3, 2, 4]);
// 5
```
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-array-max.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-array-max
[download-image]: https://img.shields.io/npm/dm/ml-array-max.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-array-max