source:
trip-planner-front/node_modules/semver/functions/sort.js@
59329aa
Last change on this file since 59329aa was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 147 bytes |
Line | |
---|---|
1 | const compareBuild = require('./compare-build') |
2 | const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose)) |
3 | module.exports = sort |
Note:
See TracBrowser
for help on using the repository browser.