UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

11 lines (10 loc) 164 B
'use strict'; module.exports = { abs: Math.abs, pow: Math.pow, min: Math.min, max: Math.max, ceil: Math.ceil, floor: Math.floor, round: Math.round };