UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

10 lines (7 loc) 278 B
'use strict'; var getLowerUnitIndex = require('./getLowerUnitIndex'), setUnitAndLowerToEdge = require('./setUnitAndLowerToEdge'); function resetLowerUnits(d, unitIndex) { return setUnitAndLowerToEdge(d, getLowerUnitIndex(unitIndex)); } module.exports = resetLowerUnits;