UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

4 lines (3 loc) 149 B
const compareBuild = require('./compare-build') const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)) module.exports = rsort