UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

10 lines (7 loc) 179 B
'use strict'; var math = require('../math.js'); Math.sum = math.sum; Math.avg = math.avg; Math.product = math.product; Math.round = math.round; //# sourceMappingURL=math.js.map