UNPKG

alien-node-list-utils

Version:
8 lines (5 loc) 101 B
'use strict'; var sortAsc = function(a, b) { return a < b ? -1 : 1; }; module.exports = sortAsc;