JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "sortAscending.js"

Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/postcss-selector-parser/dist/sortAscending.js
File size: 207 bytes
MIME-type: text/plain
Charset: utf-8

"use strict";

exports.__esModule = true;
exports["default"] = sortAscending;
function sortAscending(list) {
  return list.sort(function (a, b) {
    return a - b;
  });
}
;
module.exports = exports.default;