UNPKG

motion

Version:

motion - moving development forward

15 lines (12 loc) 260 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports['default'] = sortAscending; function sortAscending(list) { return list.sort(function (a, b) { return a - b; }); } ; module.exports = exports['default'];