UNPKG

supergeneric

Version:

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

2 lines (1 loc) 93 B
"use strict";exports.mean=(t=[])=>(t=>{let e=0;for(const r of t)e+=r;return e})(t)/t.length;