UNPKG

a-max

Version:

Returns maximum value in array

3 lines (2 loc) 73 B
var getMax = require('./index.js'); console.log(getMax([1, 2, 3, 4]));