Skip to content

Latest commit

History

History

README.md

array-max

NPM versionnpm download

Get the maximum value in an array.

Installation

$ npm install --save ml-array-max

Usage

importmaxfrom'ml-array-max';constresult=max([1,5,3,2,4]);// 5

License

MIT