array-maxGet the maximum value in an array.Installation$ npm install --save ml-array-maxUsageimportmaxfrom'ml-array-max';constresult=max([1,5,3,2,4]);// 5LicenseMIT