UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

8 lines (6 loc) 165 B
import { sum, avg, product, round } from '../math.js'; Math.sum = sum; Math.avg = avg; Math.product = product; Math.round = round; //# sourceMappingURL=math.js.map