0.1.2 • Published 6 years ago
set-max v0.1.2
set-max
NOTE: set-max was renamed to @extra-set/max.
Get maximum value in set, like Math.max().
const max = require('set-max');
// max(<set>)
max(new Set([-9, 7, 2]));
// 7
max(new Set());
// -Infinity
NOTE: set-max was renamed to @extra-set/max.
Get maximum value in set, like Math.max().
const max = require('set-max');
// max(<set>)
max(new Set([-9, 7, 2]));
// 7
max(new Set());
// -Infinity