UNPKG

supergeneric

Version:

Supergeneric JS helper functions... formatters, math functions, sort functions, etc.

2 lines (1 loc) 79 B
"use strict";exports.max=t=>{let r=t[0];for(const e of t)e>r&&(r=e);return r};