UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

8 lines (5 loc) 157 B
'use strict'; var Sugar = require('sugar-core'), upto = require('./upto'); Sugar.Number.alias('downto', 'upto'); module.exports = Sugar.Number.downto;